Changeset 795 for trunk/lib/libtrace.h.in
- Timestamp:
- 05/10/06 09:57:52 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/libtrace.h.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/libtrace.h.in
r781 r795 57 57 58 58 #include <sys/types.h> 59 #include <sys/time.h> 60 59 61 #ifdef _MSC_VER 60 62 /* define the following from MSVC's internal types */ … … 98 100 # include <netinet/in.h> 99 101 # include <stdbool.h> 102 # include <sys/types.h> 103 # include <sys/socket.h> 100 104 #endif 101 105 … … 119 123 # define SIMPLE_FUNCTION 120 124 # define UNUSED 121 # define PACKED __declspec(align(1))125 # define PACKED 122 126 # define CONSTRUCTOR 123 127 #endif
Note: See TracChangeset
for help on using the changeset viewer.
