summaryrefslogtreecommitdiff
path: root/src/check_curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/check_curl.c')
-rw-r--r--src/check_curl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/check_curl.c b/src/check_curl.c
index 011c8ee..3080304 100644
--- a/src/check_curl.c
+++ b/src/check_curl.c
@@ -16,9 +16,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
+#include <stdio.h> /* for printf */
+#include <stdlib.h> /* for exit */
+#include <string.h> /* for strstr */
#include <curl/curl.h>
#include <curl/types.h>