diff tremor/tremor.diff @ 34195:5affa2074131

build: fix compilation on Solaris due to missing alloca.h #include patch by Granville Moore, gvm nemesys com, fixes Bugzilla #1999
author diego
date Mon, 31 Oct 2011 13:18:45 +0000
parents 997ae534ebfe
children
line wrap: on
line diff
--- a/tremor/tremor.diff	Mon Oct 31 12:25:00 2011 +0000
+++ b/tremor/tremor.diff	Mon Oct 31 13:18:45 2011 +0000
@@ -130,7 +130,8 @@
    int ret=0;
 --- os.h	(revision 25873)
 +++ os.h	(working copy)
-@@ -20,18 +20,8 @@
+@@ -20,2 +20,3 @@
++#include "config.h"
  #include <math.h>
  #include "os_types.h"