Ticket #1413: 0010-Fix-including-of-stdint.h.patch
| File 0010-Fix-including-of-stdint.h.patch, 0.6 kB (added by stbuehler, 5 months ago) |
|---|
-
a/src/etag.c
old new 1 1 #include <string.h> 2 3 #ifdef HAVE_CONFIG_H 4 #include "config.h" 5 #endif 6 7 #if defined HAVE_STDINT_H 2 8 #include <stdint.h> 9 #elif defined HAVE_INTTYPES_H 10 #include <inttypes.h> 11 #endif 3 12 4 13 #include "buffer.h" 5 14 #include "etag.h"

