no, getopt.h is gnu specific

This commit is contained in:
Connor Lane Smith
2011-05-24 18:58:36 +01:00
parent da547fb294
commit f458397d5a
11 changed files with 1 additions and 11 deletions

1
cat.c
View File

@@ -1,7 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <unistd.h>
#include "util.h"