From 81e44312b4976d5516f129f36a67fe381bcb6883 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 25 Dec 2011 20:23:53 +0000 Subject: Use strdup explicitly --- UsersTable.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'UsersTable.h') diff --git a/UsersTable.h b/UsersTable.h index 7a591f78..6b3f2726 100644 --- a/UsersTable.h +++ b/UsersTable.h @@ -9,10 +9,11 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ +#include "config.h" #include "Hashtable.h" -#include "String.h" #include +#include #include #include #include -- cgit v1.2.3