Actions
Bug #1486
closedsrc/etag.c includes stdint.h without checking HAVE_STDINT_H
ASK QUESTIONS IN Forums:
Description
Attaching patch:
++ src/etag.c 2007-12-15 05:10:51.000000000 -0800@ -1,5 +1,10
@
#include <string.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include "buffer.h"
#include "etag.h"
-- rkitover
Files
Updated by Anonymous almost 17 years ago
hehe I was about to send the same ticket :)
I encountered the same problem on Solaris 9 with no stdint.h
-- StalkR
Actions
Also available in: Atom