diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-09-09 15:12:31 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-09-09 15:12:31 +0000 |
| commit | 99551f06bc2f35f64e7f400a76fdf1c27c9b66e8 (patch) | |
| tree | 6dc83ec0d6493d1cd96d4cf02c75852bce588270 /gnu/lib/libg++/include | |
| parent | b54a9a158cc93ba59feae2a6bd61863e29b5b47c (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libg++/include')
| -rw-r--r-- | gnu/lib/libg++/include/_G_config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/lib/libg++/include/_G_config.h b/gnu/lib/libg++/include/_G_config.h index 2b73e90a172b..01a178795104 100644 --- a/gnu/lib/libg++/include/_G_config.h +++ b/gnu/lib/libg++/include/_G_config.h @@ -1,5 +1,11 @@ /* AUTOMATICALLY GENERATED; DO NOT EDIT! */ #ifndef _G_config_h +/* + * XXX This #include added by hand, it SHOULD NOT be here, but we do + * not currently have the tools that Automatically generate this file and must + * resort to this hackery to make it compile under FreeBSD 2.X + */ +#include <sys/types.h> #define _G_config_h #define _G_LIB_VERSION "0.65" #define _G_NAMES_HAVE_UNDERSCORE 1 |
