Added silcapputil.[ch] for application utility functions for
[silc.git] / includes / silcincludes.h
index ca7416396a59a42e59ad0892142ca67a49579ee2..1e5a8ad06eff2c0210e9d122d7b3e712d37bb580 100644 (file)
@@ -180,7 +180,7 @@ extern "C" {
 #endif
 
 #ifndef HAVE_REGEX_H
-#include "../lib/contrib/regex.h"
+#include "regex.h"
 #else
 #include <regex.h>
 #endif
@@ -216,7 +216,7 @@ extern "C" {
 #endif                         /* !SILC_WIN32 */
 
 #ifndef HAVE_GETOPT_LONG
-#include "../lib/contrib/getopt.h"
+#include "getopt.h"
 #endif
 
 /* Include generic SILC type definitions */
@@ -251,6 +251,7 @@ extern "C" {
 #include "silcconfig.h"
 #include "silcprotocol.h"
 #include "silcsockconn.h"
+#include "silcvcard.h"
 
 /* SILC core library includes */
 #include "silcstatus.h"
@@ -264,6 +265,9 @@ extern "C" {
 #include "silcmode.h"
 #include "silcauth.h"
 #include "silcprivate.h"
+#include "silcattrs.h"
+#include "silcvcard.h"
+#include "silcapputil.h"
 
 #ifdef SILC_SIM
 /* SILC Module library includes */