diff options
Diffstat (limited to '')
-rw-r--r-- | src/fstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fstring.h b/src/fstring.h index fd75892..49ec77e 100644 --- a/src/fstring.h +++ b/src/fstring.h | |||
@@ -16,7 +16,9 @@ | |||
16 | #include "bu/archive.h" | 16 | #include "bu/archive.h" |
17 | #include "bu/hash.h" | 17 | #include "bu/hash.h" |
18 | 18 | ||
19 | #ifndef min | ||
19 | #define min( a, b ) ((a<b)?(a):(b)) | 20 | #define min( a, b ) ((a<b)?(a):(b)) |
21 | #endif | ||
20 | 22 | ||
21 | /* I borrowed this from someone who borrowed it from glib who borrowed it | 23 | /* I borrowed this from someone who borrowed it from glib who borrowed it |
22 | * from... | 24 | * from... |