src/util.h: "sys/" is not needed in errno include

current
Síle Ekaterin Liszka 2023-11-27 22:45:57 -08:00
parent bce90c064b
commit cb7d1396db
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef _SMEARGLE_UTIL_H
#define _SMEARGLE_UTIL_H
#include <sys/errno.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>