Fix FTBFS on openbsd beacuse of invalid headers in tdeioslave_media

Signed-off-by: François Andriot <francois.andriot@free.fr>"
pull/2/head
François Andriot 10 years ago committed by Slávek Banko
parent b4c4c46639
commit 46a0c294df

@ -19,7 +19,13 @@
#include "medianotifier.h"
#ifdef __OpenBSD__
#include <sys/statvfs.h>
#include <sys/param.h>
#include <sys/mount.h>
#else
#include <sys/vfs.h>
#endif
#include <tqfile.h>
#include <tqfileinfo.h>

Loading…
Cancel
Save