[master] 20f8301 Include config.h earlier, needed for Solaris

Tollef Fog Heen tfheen at varnish-cache.org
Mon Nov 19 15:11:08 CET 2012


commit 20f83016d28442562ba4bcce05ecb8112d82e51f
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Mon Nov 19 14:55:46 2012 +0100

    Include config.h earlier, needed for Solaris

diff --git a/bin/varnishd/cache/cache_mempool.c b/bin/varnishd/cache/cache_mempool.c
index badb621..5f06750 100644
--- a/bin/varnishd/cache/cache_mempool.c
+++ b/bin/varnishd/cache/cache_mempool.c
@@ -28,11 +28,11 @@
  * Generic memory pool
  */
 
+#include "config.h"
 #include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "config.h"
 
 #include "cache.h"
 



More information about the varnish-commit mailing list