[Fedora-directory-commits] dsgw dsgw.h,1.5,1.6

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Jan 31 03:03:36 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/dsgw
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23897

Modified Files:
	dsgw.h 
Log Message:
include config.h in dsgw.h so all of the dsgw code will include it


Index: dsgw.h
===================================================================
RCS file: /cvs/dirsec/dsgw/dsgw.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dsgw.h	16 Jan 2008 22:56:02 -0000	1.5
+++ dsgw.h	31 Jan 2008 03:03:33 -0000	1.6
@@ -39,6 +39,10 @@
  * dsgw.h -- defines for HTTP gateway 
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>




More information about the Fedora-directory-commits mailing list