bug-gnulib
[Top][All Lists]
Advanced

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

lib/arpa_inet.in.h under C++


From: Albert Chin
Subject: lib/arpa_inet.in.h under C++
Date: Thu, 15 Jan 2009 12:40:10 -0600
User-agent: Mutt/1.5.18 (2008-05-17)

lib/arpa_inet.in.h needs the usual:
  #ifdef __cplusplus
  extern "C" {
  #endif

  ...

  #ifdef __cplusplus
  }
  #endif

to work under C++. Patch attached.

-- 
albert chin (address@hidden)

Attachment: p
Description: Patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]