Needs string.h, not others

This commit is contained in:
David Schleef 2001-07-15 19:58:15 +00:00
parent 98ead7a4f9
commit db0d0feba8

View 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"