summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/check_curl.c1
-rw-r--r--src/check_curl.ggo2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/check_curl.c b/src/check_curl.c
index bd7f95f..7222b01 100644
--- a/src/check_curl.c
+++ b/src/check_curl.c
@@ -21,7 +21,6 @@
#include <string.h> /* for strstr */
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include "cmdline.h"
diff --git a/src/check_curl.ggo b/src/check_curl.ggo
index 8465564..7d387d4 100644
--- a/src/check_curl.ggo
+++ b/src/check_curl.ggo
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
package "check_url"
-version "0.0.3"
+version "0.0.4"
purpose
"Nagios plugin using libcurl and libpcre for http checks
Copyright (c)2008 Andreas Baumann <abaumann at yahoo to com>"