home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.5/libgplus/src/ioob.cc Sat Nov 13 18:23:02 1993
- --- src/libgplus.5/libgplus/src/ioob.cc Sat Nov 13 18:23:28 1993
- ***************
- *** 23,29 ****
- --- 23,33 ----
- #ifdef __GNUG__
- #pragma implementation
- #endif
- + #ifdef __MSDOS__
- + #include <_Obstack.h>
- + #else
- #include <Obstack.h>
- + #endif
-
- // Obstacks are used as an easy way to allocate enough space
- // for various builtin input operations
-