]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo
authorAlan T. DeKok <aland@freeradius.org>
Sun, 22 Apr 2012 15:20:07 +0000 (17:20 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 22 Apr 2012 15:20:07 +0000 (17:20 +0200)
src/lib/dhcp.c

index b459fb12d3f46a49f2ca2a0c54cea256aedb0383..47efb7c0f78d8f3985be78ae2c83f796acc3c947 100644 (file)
@@ -36,7 +36,7 @@ RCSID("$Id$")
 #include <sys/socket.h>
 #endif
 #ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h
+#include <sys/types.h>
 #endif
 
 #include <net/if_arp.h>