fix compilation error not finding readlink() with gcc 4.9 on Linux

This commit is contained in:
Josh Holtrop 2015-05-12 18:31:22 -04:00
parent 55fee6b9a9
commit 57c46a686f

View File

@ -6,6 +6,7 @@
#include <stdlib.h> /* exit(), srand() */
#include <iostream>
#include <string>
#include <unistd.h>
using namespace std;
static void usage();