debugger: fix compiler warning about implicit declaration

This commit is contained in:
hjk
2011-02-03 13:51:15 +01:00
parent 1be13759e3
commit 811c35ca7e

View File

@@ -1,4 +1,5 @@
#include <stdio.h>
#include <unistd.h>
#include <sys/prctl.h>
#include <sys/types.h>