Check-in Number:
|
4213 | |
Date: |
2001-Jul-19 08:55:30 (local)
2001-Jul-19 06:55:30 (UTC) |
User: | simons |
Branch: | |
Comment: |
Including sys/types.h for u_int32_t and others. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/xdr-decode-int.c 1.1 -> 1.2
--- xdr-decode-int.c 2001/07/18 18:26:32 1.1
+++ xdr-decode-int.c 2001/07/19 06:55:30 1.2
@@ -26,6 +26,7 @@
*/
#include <assert.h>
+#include <sys/types.h>
#include "internal.h"
int xdr_decode_int32(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args)
|
|
ossp-pkg/xds/xdr-encode-int.c 1.2 -> 1.3
--- xdr-encode-int.c 2001/07/18 16:59:27 1.2
+++ xdr-encode-int.c 2001/07/19 06:55:30 1.3
@@ -26,6 +26,7 @@
*/
#include <assert.h>
+#include <sys/types.h>
#include "internal.h"
int xdr_encode_int32(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args)
|
|