X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Freadtokens.c;h=c3525524fdd60d26ef33a8450cbbfd0d8cc18466;hb=a8df888bfdbd98882a6909821db496b1ef9f5b36;hp=2ccf6a9380cd159013e8dfab376e5ade6fc8e78d;hpb=a62be9f4039b4499cfbb76e394cad2259d03fa84;p=gnulib.git diff --git a/lib/readtokens.c b/lib/readtokens.c index 2ccf6a938..c3525524f 100644 --- a/lib/readtokens.c +++ b/lib/readtokens.c @@ -13,7 +13,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. Written by Jim Meyering. */ @@ -32,9 +32,12 @@ #include #include -#include "unlocked-io.h" #include "xalloc.h" +#if USE_UNLOCKED_IO +# include "unlocked-io.h" +#endif + #define STREQ(a,b) ((a) == (b) || ((a) && (b) && *(a) == *(b) \ && strcmp(a, b) == 0))