git://project.juiblex.co.uk
/
razor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9c22f3f
)
Add an early include of config.h as required by gnulib
author
J. Ali Harlow
<ali@juiblex.co.uk>
Thu, 8 Jan 2009 16:54:05 +0000 (16:54 +0000)
committer
J. Ali Harlow
<ali@juiblex.co.uk>
Thu, 8 Jan 2009 16:54:05 +0000 (16:54 +0000)
librazor/razor.c
patch
|
blob
|
history
diff --git
a/librazor/razor.c
b/librazor/razor.c
index
f80d497
..
974c92e
100644
(file)
--- a/
librazor/razor.c
+++ b/
librazor/razor.c
@@
-19,6
+19,8
@@
#define _GNU_SOURCE
+#include "config.h"
+
#include <stdlib.h>
#include <stddef.h>
#include <stdint.h>