diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2009-10-30 16:38:42 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2009-10-30 16:38:42 +0000 |
commit | d5c3fb3805049d4c1d2ba3c01c3d1a8828f04869 (patch) | |
tree | 8d5aeb317979b71999c602629ced8bb1c37f1ef4 /src/status_counter.c | |
parent | 9bcc98802118528450e76a95710f2fcfd8457dc8 (diff) | |
download | lighttpd-d5c3fb3805049d4c1d2ba3c01c3d1a8828f04869.tar.gz |
new upstream version
Diffstat (limited to 'src/status_counter.c')
-rw-r--r-- | src/status_counter.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/status_counter.c b/src/status_counter.c index eaf9251..ab130da 100644 --- a/src/status_counter.c +++ b/src/status_counter.c @@ -1,6 +1,7 @@ +#include "status_counter.h" + #include <stdlib.h> -#include "status_counter.h" /** * The status array can carry all the status information you want * the key to the array is <module-prefix>.<name> |