libsaria: Include missing header file

This was needed for unlink()

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-04-07 10:00:05 -04:00
parent 696da607ba
commit db00eb0908
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <stdlib.h>
#include <libsaria/path.h>
#include <unistd.h>
#include <iostream>
#include <list>
using namespace std;