diff options
| author | 2012-01-22 20:43:41 +0100 | |
|---|---|---|
| committer | 2016-02-21 20:48:51 +0100 | |
| commit | c5868b6367d7de1cd83093a460538c6374ee644c (patch) | |
| tree | a2735a702e08d75fd0fa6a47e03d21db7775aecc /maps.c | |
| parent | Some platforms don't support pipe2. (diff) | |
| download | CVE-2012-0056-master.tar.xz CVE-2012-0056-master.zip | |
Diffstat (limited to '')
| -rw-r--r-- | maps.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #include <unistd.h> #include <fcntl.h> +#include <stdlib.h> int main(int argc, char **argv) { |
