Check-in Number:
|
4214 | |
Date: |
2001-Jul-19 11:38:42 (local)
2001-Jul-19 09:38:42 (UTC) |
User: | simons |
Branch: | |
Comment: |
Include sys/types.h for int32_t and others. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/regression-tests/xds-mystruct.c 1.1 -> 1.2
--- xds-mystruct.c 2001/07/18 19:03:17 1.1
+++ xds-mystruct.c 2001/07/19 09:38:42 1.2
@@ -28,6 +28,7 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
+#include <sys/types.h>
#include "../internal.h"
struct mystruct
|
|