Skip to content

Commit

Permalink
Fix compilation failures on Linux caused by renaming of ALIGN to MEM_…
Browse files Browse the repository at this point in the history
…ALIGN
  • Loading branch information
siteshwar committed Oct 16, 2017
1 parent 4dccf5f commit b5beb09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/libast/vmalloc/vmmaddress.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
* Phong Vo <phongvo@gmail.com> *
* *
***********************************************************************/

#include "vmhdr.h"
#include <sys/types.h>
#include <sys/shm.h>
#include <sys/ipc.h>
#include <signal.h>
#include <setjmp.h>
#include "vmhdr.h"

#if _mem_mmap_anon
#include <sys/mman.h>
Expand Down

0 comments on commit b5beb09

Please sign in to comment.