summaryrefslogtreecommitdiff
path: root/src/headers/types-header
blob: c3b3e7646426b180108ef79ea24105b2a6977937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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>