Fix build warnings

This commit is contained in:
Cameron Gutman
2024-02-19 22:01:31 -06:00
parent eb4a202358
commit 014af67397
2 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_GETAUXVAL
#include <sys/auxv.h>