*** empty log message ***

This commit is contained in:
Mike Goslin 2000-10-05 17:02:34 +00:00
parent fc25e645f7
commit 99ab49ade3
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,9 @@
#include <pandabase.h>
#include <getopt.h>
#ifndef HAVE_GETOPT
#include <gnu_getopt.h>
#else
#include <getopt.h>
#endif
#include <patchfile.h>
#include <filename.h>

View File

@ -1,5 +1,9 @@
#include <pandabase.h>
#include <getopt.h>
#ifndef HAVE_GETOPT
#include <gnu_getopt.h>
#else
#include <getopt.h>
#endif
#include <multifile.h>
#include <filename.h>