From 5a906dee16177d9427520c8d6cd391d5111815b2 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 20 Aug 2010 16:30:30 +0200 Subject: Fixed header inclusions across command files. --- httpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httpd.c') diff --git a/httpd.c b/httpd.c index 744871f..6e95730 100644 --- a/httpd.c +++ b/httpd.c @@ -1,5 +1,5 @@ #include "httpd.h" -#include "commands.h" +#include "httpd_commands.h" #include #include @@ -66,7 +66,7 @@ static gboolean service_incoming(GSocketService *service, g_strfreev(data); - commands_handle(connection, path); + httpd_commands_handle(connection, path); g_free(path); -- cgit v1.2.3