X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fmisc%2Falloca.c;h=515f6e612989259c90d4824a6d78c736e4ded36b;hb=f1696fab032a5ae5c44e3a3dedba343fce9ffd5c;hp=be1f0c423df7a118ab88c37e43344adaa9cb7a71;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;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 */