|
Check-in Number:
|
4382 | |
| Date: |
2004-Jan-19 14:48:30 (local)
2004-Jan-19 13:48:30 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
add lost include |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/uuid/uuid.h.in 1.2 -> 1.3
--- uuid.h.in 2004/01/19 12:19:25 1.2
+++ uuid.h.in 2004/01/19 13:48:30 1.3
@@ -30,6 +30,9 @@
#ifndef __UUID_H__
#define __UUID_H__
+/* required system headers */
+#include <string.h>
+
/* OSSP uuid version (compile-time information) */
#define UUID_VERSION @UUID_VERSION_HEX@
|
|