ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/sysdeps.h
(Generate patch)

Comparing Frodo4/Src/sysdeps.h (file contents):
Revision 1.7 by cebix, 2004-01-12T15:13:20Z vs.
Revision 1.8 by cebix, 2004-01-14T16:44:22Z

# Line 21 | Line 21
21  
22   #include "sysconfig.h"
23  
24 extern "C"
25 {
26  
24   #include <stdio.h>
25   #include <stdlib.h>
26   #include <assert.h>
# Line 31 | Line 28 | extern "C"
28   #include <errno.h>
29   #include <signal.h>
30  
31 + #include <vector>
32 + using std::vector;
33 +
34   #ifdef HAVE_SYS_TYPES_H
35   #include <sys/types.h>
36   #endif
# Line 186 | Line 186 | typedef long int32;
186   #else
187   #include <support/SupportDefs.h>
188   #endif  // __BEOS__
189
190 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines