fix compilation with gcc-4.7 by including unistd.h

This commit is contained in:
Stefan Seyfried
2012-10-06 17:32:45 +02:00
parent 25446f7408
commit 4009fea6d8
3 changed files with 4 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
#include <config.h>
#endif
#include <unistd.h>
#include "osdlang_setup.h"