diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-06-18 16:02:42 +0200 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-06-18 16:28:57 +0200 |
commit | 367ac44ac1582c837e7a13031d9bfce0446bc415 (patch) | |
tree | 0bf6c89d431c01fbefcefb9f5b3daef1dde869ce /async.c | |
parent | 2cd46456c08b85d88ee00404ec6349703b3053b7 (diff) |
Remove private feature macros for Solaris from compiler flags
Diffstat (limited to 'async.c')
-rw-r--r-- | async.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include "fmacros.h" #include <string.h> #include <strings.h> #include <assert.h> |