Restructure code, moving most code out of packet.c
[radsecproxy.git] / lib / compat.c
index b00bea1..fa075a1 100644 (file)
@@ -1,3 +1,10 @@
+/* Copyright 2011 NORDUnet A/S. All rights reserved.
+   See the file COPYING for licensing information.  */
+
+#if defined HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <sys/types.h>
 #include <sys/socket.h>
 #include "compat.h"