Modernize the build system.
[tinc] / src / xmalloc.c
similarity index 99%
rename from lib/xmalloc.c
rename to src/xmalloc.c
index 58f2bce..1e40017 100644 (file)
@@ -16,7 +16,7 @@
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
 
 #if HAVE_CONFIG_H
-# include <config.h>
+# include "../config.h"
 #endif
 
 #include <sys/types.h>