Project

General

Profile

Bug #1413 ยป 0010-Fix-including-of-stdint.h.patch

stbuehler, 2008-02-18 14:27

View differences:

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"
    (1-1/1)