src/util.h: "sys/" is not needed in errno include
parent
bce90c064b
commit
cb7d1396db
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue