mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Add <unistd.h> include for getopt()
This commit is contained in:
parent
e2f33fe1dd
commit
ee22401f76
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
|||
#include <locale.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#if defined(linux)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#if defined(sgi)
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue