diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-11-01 13:48:03 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-11-01 13:48:03 -0400 |
| commit | 745e9c48926c7e9361396c4da32760518d6912b3 (patch) | |
| tree | 178557bf8af227bdea9b339dfefc1b0e75d4345d /include/strmap.h | |
| parent | 6338ac827b15787a0d83136eac9d681588f07f9a (diff) | |
| download | libmap-745e9c48926c7e9361396c4da32760518d6912b3.tar.gz | |
Updated to build on my Linux machines + renamed library
Diffstat (limited to 'include/strmap.h')
| -rwxr-xr-x | include/strmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/strmap.h b/include/strmap.h index 634da60..f168b05 100755 --- a/include/strmap.h +++ b/include/strmap.h @@ -8,6 +8,7 @@ #ifndef H_STRMAP #define H_STRMAP +#define _GNU_SOURCE #include <stdlib.h> #include <string.h> |