X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetndelim2.c;h=e9f8cb9c5396454c7a441618fd27760ba6a372a4;hb=9df4453b386268b137f71b0e9548f67e03565dd4;hp=9571e50a8f70092f5101992353cfef1b01c86c0e;hpb=1c1096d977593ceac33d873f12bed754428338f7;p=gnulib.git diff --git a/lib/getndelim2.c b/lib/getndelim2.c index 9571e50a8..e9f8cb9c5 100644 --- a/lib/getndelim2.c +++ b/lib/getndelim2.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Originally written by Jan Brittenson, bson@gnu.ai.mit.edu. */ @@ -29,7 +29,9 @@ #include #include -#include "unlocked-io.h" +#if USE_UNLOCKED_IO +# include "unlocked-io.h" +#endif #include #if HAVE_INTTYPES_H