Change Xalloca.h to X11/Xalloca.h for include.
This commit is contained in:
parent
292c4cff26
commit
fa5539247d
|
@ -54,7 +54,7 @@ SOFTWARE.
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#define ALLOCATE_LOCAL_FALLBACK(_size) Xalloc((unsigned long)(_size))
|
#define ALLOCATE_LOCAL_FALLBACK(_size) Xalloc((unsigned long)(_size))
|
||||||
#define DEALLOCATE_LOCAL_FALLBACK(_ptr) Xfree((pointer)(_ptr))
|
#define DEALLOCATE_LOCAL_FALLBACK(_ptr) Xfree((pointer)(_ptr))
|
||||||
#include "Xalloca.h"
|
#include <X11/Xalloca.h>
|
||||||
#ifndef IN_MODULE
|
#ifndef IN_MODULE
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue