ports/misc/cdrdao/patches/patch-trackdb_TempFileManager_cc

12 lines
243 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: trackdb/TempFileManager.cc
--- trackdb/TempFileManager.cc.orig
+++ trackdb/TempFileManager.cc
@@ -24,6 +24,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
+#include <string.h>
#define DEFAULT_TEMP_PATH "/tmp/"