mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
e3e070d094
* 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
11 lines
143 B
C
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
|