Add an include

This commit is contained in:
Bruce Hill 2024-10-27 12:58:37 -04:00
parent 213ae74e32
commit f4d22958f7

View File

@ -11,6 +11,7 @@
#include <sys/param.h>
#include "arrays.h"
#include "datatypes.h"
#include "text.h"
#include "threads.h"
#include "types.h"