Update of /home/cvs/cebix/BasiliskII/src/slirp by nigel
Modified Files:
slirp.h
Log Message:
Compiling on Mac OS X 10.2 doesn't define uint8_t using the standard headers.
Including stdint.h should be safe, but if it clashes, we could put an OS X
specific wrapper around it: #if (defined(__MACH__) && defined(__APPLE__))
|