Check-in Number:
|
5628 | |
Date: |
2006-Aug-02 13:59:08 (local)
2006-Aug-02 11:59:08 (UTC) |
User: | rse |
Branch: | |
Comment: |
Consistently include "config.h" in all source files. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/uuid_cli.c 1.22 -> 1.23
--- uuid_cli.c 2006/05/11 09:37:28 1.22
+++ uuid_cli.c 2006/08/02 11:59:08 1.23
@@ -27,6 +27,7 @@
** uuid_cli.c: command line tool
*/
+#include "config.h"
#include "uuid.h"
#include <stdio.h>
|
|
ossp-pkg/uuid/uuid_dce.c 1.5 -> 1.6
--- uuid_dce.c 2006/07/28 19:04:32 1.5
+++ uuid_dce.c 2006/08/02 11:59:08 1.6
@@ -41,6 +41,7 @@
#undef uuid_hash
/* include regular API */
+#include "config.h"
#include "uuid.h"
/* helper macro */
|
|
ossp-pkg/uuid/uuid_prng.c 1.12 -> 1.13
--- uuid_prng.c 2006/07/28 19:16:03 1.12
+++ uuid_prng.c 2006/08/02 11:59:08 1.13
@@ -34,6 +34,7 @@
#include <sys/time.h>
#include <fcntl.h>
+#include "config.h"
#include "uuid_prng.h"
#include "uuid_md5.h"
|
|
ossp-pkg/uuid/uuid_ui128.c 1.1 -> 1.2
--- uuid_ui128.c 2006/05/11 09:37:28 1.1
+++ uuid_ui128.c 2006/08/02 11:59:08 1.2
@@ -30,6 +30,7 @@
#include <string.h>
#include <ctype.h>
+#include "config.h"
#include "uuid_ui128.h"
#define UI128_BASE 256 /* 2^8 */
|
|
ossp-pkg/uuid/uuid_ui64.c 1.4 -> 1.5
--- uuid_ui64.c 2005/03/29 19:01:41 1.4
+++ uuid_ui64.c 2006/08/02 11:59:08 1.5
@@ -30,6 +30,7 @@
#include <string.h>
#include <ctype.h>
+#include "config.h"
#include "uuid_ui64.h"
#define UI64_BASE 256 /* 2^8 */
|
|