From 302167f6fa5b92ff2bbbfaddbe74761248a11346 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 12 Dec 2003 04:07:41 +0000 Subject: [PATCH] #include "common.h" should be #include "alloc.h" (again). --- lib/misc/alloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/misc/alloca.c b/lib/misc/alloca.c index be1f0c423d..515f6e6129 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 */ -- 2.30.2