X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fmisc%2Falloca.c;h=515f6e612989259c90d4824a6d78c736e4ded36b;hb=1f053e35b27208cad9bec322c67ba4ef022c1dc1;hp=be1f0c423df7a118ab88c37e43344adaa9cb7a71;hpb=2e0595dd8e344dbdcab740d7d2a3b67d153d6b39;p=pspp-builds.git diff --git a/lib/misc/alloca.c b/lib/misc/alloca.c index be1f0c42..515f6e61 100644 --- a/lib/misc/alloca.c +++ b/lib/misc/alloca.c @@ -33,7 +33,7 @@ #include #include -#include "common.h" +#include "alloc.h" typedef void *pointer; /* generic pointer type */ #define NULL 0 /* null pointer constant */