summaryrefslogtreecommitdiffstats
path: root/error.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-02-04 02:24:11 +0100
committermanuel <manuel@mausz.at>2013-02-04 02:24:11 +0100
commit35ddb916045abafaa4ae2c778b9383059fa06726 (patch)
treeeabe003b2e7da00cc46d127154b92d8b346d30eb /error.h
parent69aec538b456402170dc723af417ba5c05389c32 (diff)
downloadqmail-35ddb916045abafaa4ae2c778b9383059fa06726.tar.gz
qmail-35ddb916045abafaa4ae2c778b9383059fa06726.tar.bz2
qmail-35ddb916045abafaa4ae2c778b9383059fa06726.zip
errno patch
Diffstat (limited to 'error.h')
-rw-r--r--error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.h b/error.h
index 01bd3dc..5d98c6b 100644
--- a/error.h
+++ b/error.h
@@ -1,7 +1,7 @@
1#ifndef ERROR_H 1#ifndef ERROR_H
2#define ERROR_H 2#define ERROR_H
3 3
4extern int errno; 4#include <errno.h>
5 5
6extern int error_intr; 6extern int error_intr;
7extern int error_nomem; 7extern int error_nomem;