]> 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:22 +0000 (17:20 +0200)
src/lib/dhcp.c

index 11030389ec2f89c1c98a54e2935cac7b081e2bba..1b2a73c917e759bddbc253ad71b9997dde12a23b 100644 (file)
@@ -41,7 +41,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>