Made lib/contrib stuff compilation conditional.
[silc.git] / includes / silcincludes.h
index ca7416396a59a42e59ad0892142ca67a49579ee2..a098bca6a108cbedc57bdf746a6af961bcbaced6 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 */