diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-28 14:00:33 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 15:26:49 +0100 |
| commit | e12b1cc372e0c64a7c2fb76bc08a72381808d89d (patch) | |
| tree | fc09dedc79b497baef6ba43d68d8fc2bd2f69fa1 /common.h | |
| parent | fix readme (diff) | |
| download | libautomata-e12b1cc372e0c64a7c2fb76bc08a72381808d89d.tar.gz libautomata-e12b1cc372e0c64a7c2fb76bc08a72381808d89d.tar.bz2 libautomata-e12b1cc372e0c64a7c2fb76bc08a72381808d89d.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ /* See LICENSE file for copyright and license details. */ #include "libautomata.h" +#include <errno.h> #include <stdint.h> #include <stdlib.h> #include <string.h> |
