From 91b2c42bdbb91275026f08306720b2bef6e129f4 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 27 Apr 1998 01:28:13 +0000 Subject: [PATCH] ChangeLog, uuidP.h: uuidP.h: Use asm/types.h instead of linux/types.h to avoid a problem caused by glibc hack to prevent linux/types.h from being included. --- lib/uuid/ChangeLog | 6 ++++++ lib/uuid/uuidP.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog index 62d9d955..9e9a4e0d 100644 --- a/lib/uuid/ChangeLog +++ b/lib/uuid/ChangeLog @@ -1,3 +1,9 @@ +1998-04-26 Theodore Ts'o + + * uuidP.h: Use asm/types.h instead of linux/types.h to avoid a + problem caused by glibc hack to prevent linux/types.h from + being included. + 1998-03-30 Theodore Ts'o * Makefile.in: Change to use new installation directory variables diff --git a/lib/uuid/uuidP.h b/lib/uuid/uuidP.h index 69f9af99..db0a74cc 100644 --- a/lib/uuid/uuidP.h +++ b/lib/uuid/uuidP.h @@ -10,7 +10,7 @@ */ #include -#include +#include #include "uuid.h" -- 2.11.0