mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
have to use system getopt here because we don't link with dtool
This commit is contained in:
parent
9d53f9cfa1
commit
62fecd76cb
@ -15,14 +15,7 @@
|
|||||||
/*#include "dtool_config.h"*/
|
/*#include "dtool_config.h"*/
|
||||||
#include "dtoolbase.h"
|
#include "dtoolbase.h"
|
||||||
|
|
||||||
#ifndef HAVE_GETOPT
|
|
||||||
#include "gnu_getopt.h"
|
|
||||||
#else
|
|
||||||
#ifdef PHAVE_GETOPT_H
|
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h> /* for strerror */
|
#include <string.h> /* for strerror */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user