Include <getopt.h> instead of "getopt.h".

This commit is contained in:
Jim Meyering
1994-11-16 13:19:25 +00:00
parent 67af2936fa
commit 13e79f4f72
+2 -1
View File
@@ -26,7 +26,8 @@
#include <assert.h>
#include <errno.h>
#include <sys/types.h>
#include "getopt.h"
#include <getopt.h>
#include "system.h"
#include "version.h"