Merge pull request #471 from errordeveloper/misc_fix/unistd

py: the entire `<unistd.h>` shouldn't be needed
pull/479/head
Damien George 2014-04-13 13:22:36 +01:00
commit d395a0e4b1
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
#include <unistd.h>
#include <string.h>
#include <stdint.h>
#include <assert.h>

Wyświetl plik

@ -1,4 +1,4 @@
#include <unistd.h>
#include <string.h>
#include "nlr.h"
#include "misc.h"