gpse-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gpse-devel] Mac Additions...


From: Flea
Subject: [Gpse-devel] Mac Additions...
Date: Wed, May 22, 2002

Lu_zero, I need this added to fpse.h in the cvs please so I can compile on my 
system straight from the cvs.

#elif defined(MACOS)
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <time.h>
#include <fcntl.h>
#include <ctype.h>
#include <dirent.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifndef O_BINARY
#define O_BINARY 0
#endif

Thanks.
-Flea
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]