summaryrefslogtreecommitdiff
path: root/src/curlhelper.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-10-10 15:33:04 +0000
committerAndreas Baumann <abaumann@yahoo.com>2008-10-10 15:33:04 +0000
commitd5e5630ac95b43bb7f54cc61957fb0bf66757e42 (patch)
tree0e02320b05a93637874d5445517c7bd867b7d047 /src/curlhelper.h
parentb86bace98ed84c0b97a7dafa12fc4c07f3a7e9fe (diff)
downloadnagios-plugin-curl-d5e5630ac95b43bb7f54cc61957fb0bf66757e42.tar.gz
nagios-plugin-curl-d5e5630ac95b43bb7f54cc61957fb0bf66757e42.tar.bz2
small cleanup in header file includes
Diffstat (limited to 'src/curlhelper.h')
-rw-r--r--src/curlhelper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/curlhelper.h b/src/curlhelper.h
index a027918..611c6d1 100644
--- a/src/curlhelper.h
+++ b/src/curlhelper.h
@@ -19,6 +19,8 @@
#ifndef __CURLHELPER_H
#define __CURLHELPER_H
+#include <sys/types.h> /* for size_t */
+
/* callbacks for body, header, debug output */
typedef struct {