X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fsystem.h;fp=system.h;h=09638dce21e53ef45002c48d0352872f147bf757;hp=c68862220a53acef469f7e259b197438d5924006;hb=e70b5b5bd77bb66e8dd324c17d86d9bff151aa82;hpb=9f8020a09ce08210a10a0c65cefd83d2646395ab diff --git a/system.h b/src/system.h similarity index 96% rename from system.h rename to src/system.h index c6886222..09638dce 100644 --- a/system.h +++ b/src/system.h @@ -21,7 +21,7 @@ #ifndef __TINC_SYSTEM_H__ #define __TINC_SYSTEM_H__ -#include "config.h" +#include "../config.h" #include "have.h" @@ -37,7 +37,7 @@ typedef int bool; /* Other functions */ -#include "src/dropin.h" +#include "dropin.h" #ifndef HAVE_SOCKLEN_T typedef int socklen_t;