fixed missing includes (bug introduced in r957)

This commit is contained in:
Andrey Prygunkov
2014-02-26 21:34:55 +00:00
parent a671e9f925
commit 5b109ea3ce
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
#include <unistd.h>
#endif
#include <sys/stat.h>
#include <stdio.h>
#include "nzbget.h"
#include "QueueScript.h"