diff --git a/util.h b/util.h index 3e6ff1c4..5af2e910 100644 --- a/util.h +++ b/util.h @@ -1,4 +1,4 @@ -/* $IdPath: yasm/util.h,v 1.51 2003/05/04 20:28:28 peter Exp $ +/* $IdPath: yasm/util.h,v 1.52 2003/05/05 03:42:08 peter Exp $ * YASM utility functions. * * Includes standard headers and defines prototypes for replacement functions @@ -51,6 +51,8 @@ # include #endif +#include + #ifdef lint # define _(String) String #else