Fresco/Babylon/include/Babylon defs.hh,1.16,1.17
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Babylon/include/Babylon In directory purcel:/tmp/cvs-serv5719 Modified Files: defs.hh Log Message: According to David Holm this should fix build issue on FreeBSD 4.7-STABLE. Thanks to David for this fix. Closes: bug231 Index: defs.hh =================================================================== RCS file: /cvs/fresco/Fresco/Babylon/include/Babylon/defs.hh,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- defs.hh 5 Nov 2002 21:39:09 -0000 1.16 +++ defs.hh 20 Jan 2003 22:18:49 -0000 1.17 @@ -25,7 +25,7 @@ #ifndef _Babylon_Defs_hh #define _Babylon_Defs_hh -#ifdef sun +#if defined(sun) || defined(__FreeBSD__) #define u_int16_t uint16_t #define u_int32_t uint32_t #include <sys/types.h>