Changeset 2532

Show
Ignore:
Timestamp:
07/16/08 11:51:58 (3 months ago)
Author:
sam
Message:
  • zzcat.c: compilation fix for missing headers.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/test/zzcat.c

    r2530 r2532  
    2020#define _INCLUDE_POSIX_SOURCE 
    2121 
     22#if defined HAVE_STDINT_H 
     23#   include <stdint.h> 
     24#elif defined HAVE_INTTYPES_H 
     25#   include <inttypes.h> 
     26#endif 
    2227#include <sys/types.h> 
    2328#include <sys/stat.h> 
     
    3035#endif 
    3136#include <stdlib.h> 
    32 #include <stdint.h> 
    3337#include <stdio.h> 
    3438#include <string.h>