Fix "error: use of undeclared identifier 'NULL'" on iOS

pull/461/head
Jeffrey Walton 2017-08-10 21:18:29 -04:00
parent 7cbadb43f9
commit c99beec2cd
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "pch.h"
#include "config.h"
#include "stdcpp.h"
#if defined(__linux__)
# include <sys/auxv.h>