1 |
--- pwdb-0.62/libpwdb/posix/pwd.c.includes 1999-09-20 16:01:38.000000000 +0200 |
2 |
+++ pwdb-0.62/libpwdb/posix/pwd.c 2004-08-23 12:06:30.124764285 +0200 |
3 |
@@ -7,6 +7,7 @@ |
4 |
*/ |
5 |
|
6 |
#include <stdio.h> |
7 |
+#include <string.h> |
8 |
|
9 |
#define PWDB_HARD_CORE 1 |
10 |
#include <pwdb/pwdb_public.h> |
11 |
--- pwdb-0.62/libpwdb/posix/undefined.c.includes 1999-09-20 16:01:38.000000000 +0200 |
12 |
+++ pwdb-0.62/libpwdb/posix/undefined.c 2004-08-23 12:06:30.124764285 +0200 |
13 |
@@ -5,6 +5,7 @@ |
14 |
*/ |
15 |
|
16 |
#include <stdio.h> |
17 |
+#include <stdlib.h> |
18 |
|
19 |
#define PWDB_HARD_CORE 1 |
20 |
#include <pwdb/pwdb_public.h> |
21 |
--- pwdb-0.62/libpwdb/pwdb/pwdb_helper.c.includes 2002-12-10 03:21:40.000000000 +0100 |
22 |
+++ pwdb-0.62/libpwdb/pwdb/pwdb_helper.c 2004-08-23 12:07:52.035561168 +0200 |
23 |
@@ -18,6 +18,8 @@ |
24 |
* |
25 |
*/ |
26 |
|
27 |
+#include <stdlib.h> |
28 |
+#include <string.h> |
29 |
#include "pwdb_public.h" |
30 |
#include "pwdb_module.h" |
31 |
|
32 |
--- pwdb-0.62/libpwdb/radius/radius.c.includes 1998-10-06 22:58:43.000000000 +0200 |
33 |
+++ pwdb-0.62/libpwdb/radius/radius.c 2004-08-23 12:06:30.128764324 +0200 |
34 |
@@ -1,6 +1,8 @@ |
35 |
|
36 |
/* This is the RADIUS main support file */ |
37 |
|
38 |
+#include <sys/types.h> |
39 |
+#include <sys/socket.h> |
40 |
#include "../_pwdb_internal.h" |
41 |
#include "../_pwdb_macros.h" |
42 |
#include "md5.h" |