diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/compat/glob.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/compat/glob.h b/include/compat/glob.h index b5bd9ac..b05550b 100644 --- a/include/compat/glob.h +++ b/include/compat/glob.h @@ -18,6 +18,10 @@ #ifndef _GLOB_H #define _GLOB_H 1 +#ifndef __THROW +#define __THROW +#endif + #include <sys/cdefs.h> __BEGIN_DECLS |