NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: misc/47826: [PATCH] fix tests/h_macros.h implicit <sys/types.h> #include



The following reply was made to PR misc/47826; it has been noted by GNATS.

From: Garrett Cooper <yaneurabeya%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: misc/47826: [PATCH] fix tests/h_macros.h implicit <sys/types.h> 
#include
Date: Fri, 17 May 2013 10:49:33 -0400

 --Apple-Mail=_ECA287ED-70F0-4CFC-B7F3-B7247C88FFFE
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
        charset=us-ascii
 
        Here's the patch!
 -Garrett
 
 --Apple-Mail=_ECA287ED-70F0-4CFC-B7F3-B7247C88FFFE
 Content-Disposition: attachment;
        filename=h_macros-include-sys-types.h-for-int-types.patch
 Content-Type: application/octet-stream;
        x-unix-mode=0644;
        name="h_macros-include-sys-types.h-for-int-types.patch"
 Content-Transfer-Encoding: 7bit
 
 Index: tests/h_macros.h
 ===================================================================
 RCS file: /cvsroot/src/tests/h_macros.h,v
 retrieving revision 1.8
 diff -u -r1.8 h_macros.h
 --- tests/h_macros.h   15 Mar 2012 02:02:22 -0000      1.8
 +++ tests/h_macros.h   17 May 2013 14:49:03 -0000
 @@ -29,6 +29,7 @@
  #ifndef SRC_TESTS_H_MACROS_H_
  #define SRC_TESTS_H_MACROS_H_
  
 +#include <sys/types.h>
  #include <errno.h>
  #include <stdarg.h>
  #include <stdio.h>
 
 --Apple-Mail=_ECA287ED-70F0-4CFC-B7F3-B7247C88FFFE--
 


Home | Main Index | Thread Index | Old Index