mirror of https://github.com/odrling/Aegisub
Fix non-precompiled-header compilation
Originally committed to SVN as r6843.
This commit is contained in:
parent
11747a6c27
commit
29e9d09859
|
@ -37,6 +37,8 @@
|
|||
#ifdef WITH_OSS
|
||||
#ifndef AGI_PRE
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <wx/thread.h>
|
||||
#endif
|
||||
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Reference in New Issue