summaryrefslogtreecommitdiff
path: root/src/headers/types-header
blob: 015bb085f711c5e9e1dd2b6e5dda055d184a4cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* ISC license. */

#ifndef SKALIBS_TYPES_H
#define SKALIBS_TYPES_H

#include <sys/types.h>
#include <stdint.h>
#include <skalibs/uint16.h>
#include <skalibs/uint32.h>
#include <skalibs/uint64.h>