Change Xalloca.h to X11/Xalloca.h for include.

This commit is contained in:
Daniel Stone 2005-04-20 12:39:28 +00:00
parent 292c4cff26
commit fa5539247d

View File

@ -54,7 +54,7 @@ SOFTWARE.
#include "misc.h"
#define ALLOCATE_LOCAL_FALLBACK(_size) Xalloc((unsigned long)(_size))
#define DEALLOCATE_LOCAL_FALLBACK(_ptr) Xfree((pointer)(_ptr))
#include "Xalloca.h"
#include <X11/Xalloca.h>
#ifndef IN_MODULE
#include <stdarg.h>
#else