From 04b7350719653f1bd2aa38348d3ed3ed35513985 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 27 Jan 2014 21:14:41 +0900 Subject: [PATCH] Fix compile error --- lib/nghttp2_hd_huffman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp2_hd_huffman.h b/lib/nghttp2_hd_huffman.h index 48efc6e9..50372b9d 100644 --- a/lib/nghttp2_hd_huffman.h +++ b/lib/nghttp2_hd_huffman.h @@ -31,7 +31,7 @@ #include -enum { +typedef enum { /* FSA accepts this state as the end of huffman encoding sequence. */ NGHTTP2_HUFF_ACCEPTED = 1,