From: Tim W. <tw...@re...> - 2005-11-25 13:54:47
|
Hi, I needed this patch to fix compilation against current glibc in Fedora Core devel. Tim. */ --- hplip-0.9.6/scan/sane/hpaio.h.compile 2005-11-18 12:02:11.000000000 +0000 +++ hplip-0.9.6/scan/sane/hpaio.h 2005-11-18 12:02:30.000000000 +0000 @@ -31,8 +31,8 @@ #include <stdio.h> -#ifndef __USE_GNU -#define __USE_GNU +#ifndef _GNU_SOURCE +#define _GNU_SOURCE #endif #include <sys/time.h> |