]> git.meshlink.io Git - meshlink/blobdiff - system.h
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
[meshlink] / system.h
index 973869a1ff542348fcf1f5efd4735a2231f8e96b..5dc1dafcf006502ef3a5d926785803d056559be6 100644 (file)
--- a/system.h
+++ b/system.h
@@ -31,17 +31,13 @@ typedef int bool;
 #define false 0
 #endif
 
-/* Include localisation support */
-
-#include "gettext.h"
-
 #ifndef HAVE_STRSIGNAL
 # define strsignal(p) ""
 #endif
 
 /* Other functions */
 
-#include "dropin.h"
+#include "src/dropin.h"
 
 #ifndef HAVE_SOCKLEN_T
 typedef int socklen_t;