Rudiments
bytestringincludes.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// necessary to get swab on redhat 7.3
8//#define _XOPEN_SOURCE 600
9
10#include <sys/types.h>
11
12#ifdef RUDIMENTS_HAVE_WCTYPE_H
13 #ifdef RUDIMENTS_HAVE_VARCHAR_H
14 #include <varchar.h>
15 #endif
16 #include <wctype.h>
17#endif