os: Ensure <dix-config.h> is included in strndup.c

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Jeremy Huddleston Sequoia 2013-02-09 20:40:10 -08:00
parent 67eaf4b46f
commit 5da82f872d
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
* SUCH DAMAGE.
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include <stddef.h>
#include <stdlib.h>
#include <string.h>