blob: a7ddfd9394a26512986dee8a3f598c244d08df7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- cdw-0.8.0/src/native_file_system/cdw_fs.c
+++ cdw-0.8.0/src/native_file_system/cdw_fs.c.changed
@@ -24,6 +24,8 @@
#include <string.h>
#include <errno.h>
#include <stdlib.h>
+#include <limits.h>
+#include <paths.h>
#include "cdw_fs.h"
#include "cdw_file_picker.h"
|