h3, minihwc.c: added missing string.h include

This commit is contained in:
Ozkan Sezer
2021-08-08 23:55:02 +03:00
parent 5e6b39fb2b
commit f7bcf2ba77
2 changed files with 2 additions and 0 deletions

View File

@@ -527,6 +527,7 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <3dfx.h>