]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Need config.h before any system heaers
authorhno <>
Fri, 12 May 2006 01:59:07 +0000 (01:59 +0000)
committerhno <>
Fri, 12 May 2006 01:59:07 +0000 (01:59 +0000)
lib/assert.c

index 6efe101fdba3920f386845215682a091756bb896..067898f80f6220b952bf6299baa52dc80a6fc232 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: assert.c,v 1.1 2006/05/10 22:03:07 hno Exp $
+ * $Id: assert.c,v 1.2 2006/05/11 19:59:07 hno Exp $
  *
  * AUTHOR: Henrik Nordstrom
  *
@@ -32,6 +32,8 @@
  *
  */
 
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>