Bug #1413 ยป 0010-Fix-including-of-stdint.h.patch
src/etag.c | ||
---|---|---|
#include <string.h>
|
||
#ifdef HAVE_CONFIG_H
|
||
#include "config.h"
|
||
#endif
|
||
#if defined HAVE_STDINT_H
|
||
#include <stdint.h>
|
||
#elif defined HAVE_INTTYPES_H
|
||
#include <inttypes.h>
|
||
#endif
|
||
#include "buffer.h"
|
||
#include "etag.h"
|