gcc_plugin fix compile for USEMMAP

This commit is contained in:
hexcoder-
2020-04-08 08:14:42 +02:00
committed by van Hauser
parent bd9676aa04
commit c57fdbedaf
2 changed files with 4 additions and 1 deletions

View File

@ -25,6 +25,9 @@
#include "../config.h"
#include "../types.h"
#ifdef USEMMAP
#include <stdio.h>
#endif
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>