mirror of https://github.com/odrling/Aegisub
Actually fix libosxutil includes, as many times as I'd like to belive using 'diff' to transfer from a working copy to a non-working copy is the safest I always endup convincing myself that it's impossible to screw-up a _two_ line patch.
Originally committed to SVN as r3121.
This commit is contained in:
parent
882ea814ab
commit
75bfada57e
|
@ -51,8 +51,8 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "libosxutil/libosxutil.h"
|
#include "libosxutil/libosxutil.h"
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
///////////////
|
///////////////
|
||||||
// Constructor
|
// Constructor
|
||||||
|
|
Loading…
Reference in New Issue