]> granicus.if.org Git - libevent/commitdiff
fix compiler warning
authorNiels Provos <provos@gmail.com>
Fri, 30 Jul 2004 05:03:55 +0000 (05:03 +0000)
committerNiels Provos <provos@gmail.com>
Fri, 30 Jul 2004 05:03:55 +0000 (05:03 +0000)
svn:r115

test/regress.c

index 6d2c5a91b01197a5862b1ec2b4d350983910f414..a6547e19f3d3bf2c8003b897ed1a2accaaa39027 100644 (file)
@@ -49,6 +49,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
+#include <err.h>
 
 #include <event.h>