Rudiments
sysincludes.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
4#include <rudiments/private/dll.h>
5#include <rudiments/private/inttypes.h>
6
7#ifdef RUDIMENTS_HAVE_SYS_TYPES_H
8 #include <sys/types.h>
9#endif
10
11class sysprivate;
Definition avltree.h:11