Needs string.h, not others
authorDavid Schleef <ds@schleef.org>
Sun, 15 Jul 2001 19:58:15 +0000 (19:58 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 15 Jul 2001 19:58:15 +0000 (19:58 +0000)
demo/sender.c

index 97279e2aa7cd562b5e8fd6cfad1eaf5890bef57e..ad5aa6ad4d8efb47e57356672bb18f0bc1821a85 100644 (file)
@@ -19,8 +19,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <errno.h>
-#include <getopt.h>
-#include <ctype.h>
+#include <string.h>
 #include "examples.h"