diff options
Diffstat (limited to 'lib/compat.c')
-rw-r--r-- | lib/compat.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/compat.c b/lib/compat.c index b00bea1..fa075a1 100644 --- a/lib/compat.c +++ b/lib/compat.c @@ -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" |