summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index c3c9dca9cf..4e420881ae 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -636,8 +636,10 @@ struct timespec {
_________)/\\_//(\/(/\)/\//\/\///|_)_______
*/
+#ifndef FSTRING_LEN
#define FSTRING_LEN 256
typedef char fstring[FSTRING_LEN];
+#endif
/* Lists, trees, caching, database... */
#include "xfile.h"