Skip to content
Snippets Groups Projects
Commit 28dc59aa authored by Albert Gräf's avatar Albert Gräf
Browse files

fluid~: Windows/msys2 fixes.

parent 7a7ed83b
No related branches found
No related tags found
1 merge request!834Various fluid~ initialization fixes
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>
#include <fcntl.h> #include <fcntl.h>
// needed to get S_IRUSR etc. in msys2
#include <sys/stat.h>
#include "m_pd.h" #include "m_pd.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment