]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak restore.h to include sys/types.h
authorMarco van Wieringen <mvw@planets.elm.net>
Mon, 16 Jan 2012 18:15:47 +0000 (19:15 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:26 +0000 (14:50 +0200)
For things like int64_t to be defined include sys/types.h
as on some platforms that is not included by default.

bacula/src/qt-console/restore/restore.h

index 52974f8560bed1f036734a23bb2ee71f2c0d7861..c0b5bffe744285e93532ff8941f0f0ad63887aeb 100644 (file)
@@ -33,6 +33,8 @@
  *  Kern Sibbald, February 2007
  */
 
+#include <sys/types.h>
+
 #include <QtGui>
 #include "pages.h"
 #include "ui_runrestore.h"