X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=system.h;h=c68862220a53acef469f7e259b197438d5924006;hb=6ec4596557d658f6c15c2cb9a96152c8c476118a;hp=dfb4c6d7c69ad49fd83765caecc4880c8a142ae0;hpb=4c85542894f7fca823b119b05e07179deb24229a;p=tinc diff --git a/system.h b/system.h index dfb4c6d7..c6886222 100644 --- a/system.h +++ b/system.h @@ -1,7 +1,7 @@ /* system.h -- system headers Copyright (C) 1998-2005 Ivo Timmermans - 2003-2006 Guus Sliepen + 2003-2009 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -37,7 +37,7 @@ typedef int bool; /* Other functions */ -#include "dropin.h" +#include "src/dropin.h" #ifndef HAVE_SOCKLEN_T typedef int socklen_t;