cutter/cutter_win32/include/unistd.h
Duncan Ogilvie e3e070d094 Remove cutter win32 (#58)
* remove cutter_win32
* build without compile errors
* temporary workaround for sdb problems (now compiles again at least)
* totally not a hack to get sdb working
seriously, don't do this but it works
2017-10-15 21:19:48 +02:00

11 lines
143 B
C

//http://stackoverflow.com/a/826027/1806760
#ifndef UNISTD_H
#define UNISTD_H
#include <stdlib.h>
#include <io.h>
#include <stdio.h>
#endif