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,