projects
/
libjh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a82780d
)
include alloca header
master
author
Jann Horn
<jann@thejh.net>
Thu, 18 Jun 2015 13:49:58 +0000
(15:49 +0200)
committer
Jann Horn
<jann@thejh.net>
Thu, 18 Jun 2015 13:49:58 +0000
(15:49 +0200)
header.h
patch
|
blob
|
history
diff --git
a/header.h
b/header.h
index
44ef576
..
7a33188
100644
(file)
--- a/
header.h
+++ b/
header.h
@@
-1,5
+1,6
@@
#include <assert.h>
#include <stddef.h>
#include <assert.h>
#include <stddef.h>
+#include <alloca.h>
/***** COMPILER-SPECIFIC STUFF *****/
#ifdef __GNUC__
/***** COMPILER-SPECIFIC STUFF *****/
#ifdef __GNUC__