core: include sys/types.h

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-02-24 22:35:44 -05:00
parent 4325c809a1
commit 99f52e02b2

View File

@@ -1,6 +1,7 @@
#ifndef RIFLE_TYPES_H
#define RIFLE_TYPES_H
#include <sys/types.h>
#include <stdint.h>
#include "rifle/token.h"