OSDN Git Service

am 18af4503: Merge "Ensure header files using __BEGIN_DECLS include sys/cdefs.h."
authorElliott Hughes <enh@google.com>
Thu, 6 Jun 2013 01:06:04 +0000 (18:06 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Thu, 6 Jun 2013 01:06:04 +0000 (18:06 -0700)
* commit '18af450393b005b4ead896d82cda750e6876fd33':
  Ensure header files using __BEGIN_DECLS include sys/cdefs.h.

1  2 
libc/private/resolv_private.h

  #ifndef _RESOLV_PRIVATE_H_
  #define       _RESOLV_PRIVATE_H_
  
+ #include <sys/cdefs.h>
  #include <resolv.h>
  #include "resolv_static.h"
 +#include <net/if.h>
  
  /*
   * Revision information.  This is the release date in YYYYMMDD format.