blob: 1a392a41660ca7650b335060e46a5f4df7d57597 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- mysys/my_symlink.c.orig 2017-07-19 12:10:42 UTC
+++ mysys/my_symlink.c
@@ -23,6 +23,7 @@
#include <sys/param.h>
#include <sys/stat.h>
#endif
+#include "my_dir.h"
/*
Reads the content of a symbolic link
|