Commit c01db818 authored by Nils Goroll's avatar Nils Goroll

always include config.h first -- solaris (and others?) need defines from it...

always include config.h first -- solaris (and others?) need defines from it (GNU_SOURCE in particular)
parent 68cd0fae
......@@ -26,6 +26,8 @@
* SUCH DAMAGE.
*/
#include "config.h"
#include <stdlib.h>
#include <pthread.h>
#include <sys/resource.h>
......@@ -39,7 +41,6 @@
#include "miniobj.h"
#include "vcc_if.h"
#include "config.h"
#define MAX_OV 33
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment