Rudiments
outputincludes.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
4#include <rudiments/object.h>
5
6#ifdef RUDIMENTS_HAVE_SYS_TYPES_H
7 #include <sys/types.h>
8#endif
9
10#ifdef RUDIMENTS_HAVE_STDARG_H
11 #include <stdarg.h>
12#endif