diff options
-rw-r--r-- | gnu/lib/libg++/include/osfcn.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/lib/libg++/include/osfcn.h b/gnu/lib/libg++/include/osfcn.h new file mode 100644 index 000000000000..023b5c5b65d6 --- /dev/null +++ b/gnu/lib/libg++/include/osfcn.h @@ -0,0 +1,17 @@ + +#ifndef OSFCN_H +#define OSFCN_H 1 + +#include <std.h> +#include <time.h> +#include <sys/types.h> +#if _G_HAVE_SYS_SOCKET +#include <sys/socket.h> +#endif +#if _G_HAVE_SYS_RESOURCE +#include <sys/time.h> +#include <sys/resource.h> +#endif + + +#endif |