Fixed build before installation

This commit is contained in:
Pierre Pronchery 2012-09-30 10:03:39 +00:00
parent d0166ebe07
commit 0fd11a180b
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
# include <openssl/err.h> # include <openssl/err.h>
#endif #endif
#include <System.h> #include <System.h>
#include "System/App/appclient.h" #include "App/appclient.h"
#include "appinterface.h" #include "appinterface.h"
#include "common.h" #include "common.h"

View File

@ -32,7 +32,7 @@
#endif #endif
#include <errno.h> #include <errno.h>
#include <System.h> #include <System.h>
#include "System/App/appserver.h" #include "App/appserver.h"
#include "appinterface.h" #include "appinterface.h"
#include "../config.h" #include "../config.h"

View File

@ -36,7 +36,7 @@
# include <openssl/err.h> # include <openssl/err.h>
#endif #endif
#include <System.h> #include <System.h>
#include "System/App/appserver.h" #include "App/appserver.h"
#include "appinterface.h" #include "appinterface.h"
#include "common.h" #include "common.h"
#include "../config.h" #include "../config.h"