From f92c46525ce03462074268b4454cbd11d26cf58d Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 23 Aug 2006 10:10:21 +0000 Subject: [PATCH] Fix. --- lib/gs2/gs2parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gs2/gs2parser.c b/lib/gs2/gs2parser.c index e0ef7bc..13f5229 100644 --- a/lib/gs2/gs2parser.c +++ b/lib/gs2/gs2parser.c @@ -20,7 +20,7 @@ * */ -#include "parser.h" +#include "gs2parser.h" int gs2_parser (const char *token, size_t toklen, struct gs2_token *out) -- 2.11.4.GIT