projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aba956
)
#include "common.h" should be #include "alloc.h" (again).
author
Ben Pfaff
<blp@gnu.org>
Fri, 12 Dec 2003 04:07:41 +0000
(
04:07
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Fri, 12 Dec 2003 04:07:41 +0000
(
04:07
+0000)
lib/misc/alloca.c
patch
|
blob
|
history
diff --git
a/lib/misc/alloca.c
b/lib/misc/alloca.c
index be1f0c423df7a118ab88c37e43344adaa9cb7a71..515f6e612989259c90d4824a6d78c736e4ded36b 100644
(file)
--- a/
lib/misc/alloca.c
+++ b/
lib/misc/alloca.c
@@
-33,7
+33,7
@@
#include <config.h>
#include <stdlib.h>
-#include "
common
.h"
+#include "
alloc
.h"
typedef void *pointer; /* generic pointer type */
#define NULL 0 /* null pointer constant */