diff options
Diffstat (limited to 'ldap/clients/dsgw/newentry.c')
-rw-r--r-- | ldap/clients/dsgw/newentry.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/clients/dsgw/newentry.c b/ldap/clients/dsgw/newentry.c index 4e09986c..e8e6b448 100644 --- a/ldap/clients/dsgw/newentry.c +++ b/ldap/clients/dsgw/newentry.c @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. --- END COPYRIGHT BLOCK --- */ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + /* * newentry.c -- CGI program to generate newentry form -- HTTP gateway */ |