Need errno.h for glibc systems (among others) - sopwith

This commit is contained in:
Elliot Lee 1997-12-23 03:56:44 +00:00
parent 7c726a1e3e
commit 7bac5c59eb

View File

@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include "glib.h"