xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / libpspp / msg-locator.c
index 3e915382739515a6980b2d8611f7fc58cd8ae438..09550e29ac9c802def722eb8269d50efb9ab726d 100644 (file)
 
 #include <config.h>
 #include <stdlib.h>
-#include <libpspp/alloc.h>
 #include "msg-locator.h"
 #include <libpspp/message.h>
 #include <libpspp/assertion.h>
 #include "getl.h"
 
+#include "xalloc.h"
+
 /* File locator stack. */
 static const struct msg_locator **file_loc;