aboutsummaryrefslogtreecommitdiff
path: root/src/common/tuklib_config.h
blob: 242092aff75c20919370a9e99460b1eeca3994ed (plain) (blame)
1
2
3
4
5
6
7
8
#ifdef HAVE_CONFIG_H
#	include "sysdefs.h"
#else
#	include <stddef.h>
#	include <stdbool.h>
#	include <inttypes.h>
#	include <limits.h>
#endif