add missing #include <getopt.h>

do not override CC in config.mk
This commit is contained in:
pancake
2011-05-24 14:34:26 +02:00
parent 78fd8698cc
commit da547fb294
11 changed files with 11 additions and 1 deletions

1
rm.c
View File

@@ -5,6 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include <unistd.h>
#include "util.h"