forked from pool/alure
3499a7e1e4
Fix tumbleweed OBS-URL: https://build.opensuse.org/request/show/954336 OBS-URL: https://build.opensuse.org/package/show/games/alure?expand=0&rev=9
12 lines
183 B
Diff
12 lines
183 B
Diff
--- a/include/main.h
|
|
+++ b/include/main.h
|
|
@@ -4,6 +4,8 @@
|
|
#include "AL/alure.h"
|
|
#include "alext.h"
|
|
|
|
+#include <unistd.h>
|
|
+
|
|
#ifdef HAVE_SYS_TYPES_H
|
|
#include <sys/types.h>
|
|
#endif
|