diff options
-rw-r--r-- | util/Makefile | 2 | ||||
-rw-r--r-- | util/merge_dir.c | 11 |
2 files changed, 4 insertions, 9 deletions
diff --git a/util/Makefile b/util/Makefile index 99461ffe..d64bd60b 100644 --- a/util/Makefile +++ b/util/Makefile @@ -38,7 +38,7 @@ PROGS= ${UTIL_OBJS} ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} \ stock.perl weather.perl toplazyBM.sh toplazyBBM.sh \ dailybackup.pl tarqueue.pl waterball.pl filtermail.pl \ getbackup.pl udnnews.pl rebuildaloha.pl railway_wrapper.pl\ - checkdir + checkdir merge_dir all: ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${PROGS} diff --git a/util/merge_dir.c b/util/merge_dir.c index e81a9f7e..44fcd1f2 100644 --- a/util/merge_dir.c +++ b/util/merge_dir.c @@ -1,11 +1,6 @@ -/* $Id: merge_board.c 1096 2003-08-15 06:13:29Z victor $ */ -#include <stdio.h> -#include <stdlib.h> -#include <ctype.h> -#include <string.h> -#include <sys/types.h> -#include "config.h" -#include "pttstruct.h" +/* $Id: merge_dir.c 1096 2003-08-15 06:13:29Z victor $ */ +#define _UTIL_C_ +#include "bbs.h" void usage() { fprintf(stderr, "Usage:\n\n" |