add missing header for mac

This commit is contained in:
Lee Thomason 2012-03-13 19:51:59 -07:00
parent 4de93471f8
commit 52913d12c9
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ distribution.
#include <limits.h>
#include <ctype.h>
#include <stdio.h>
#include <memory.h> // Needed by mac.
/*
TODO: add 'lastAttribute' for faster parsing.