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  
    11#include <string.h> 
     2 
     3#ifdef HAVE_CONFIG_H 
     4#include "config.h" 
     5#endif 
     6 
     7#if defined HAVE_STDINT_H 
    28#include <stdint.h> 
     9#elif defined HAVE_INTTYPES_H 
     10#include <inttypes.h> 
     11#endif 
    312 
    413#include "buffer.h" 
    514#include "etag.h"