]> granicus.if.org Git - yasm/commitdiff
Added appropriate header for y_strdup. (oops)
authorMichael Urman <mu@tortall.net>
Wed, 13 Jun 2001 05:58:21 +0000 (05:58 -0000)
committerMichael Urman <mu@tortall.net>
Wed, 13 Jun 2001 05:58:21 +0000 (05:58 -0000)
svn path=/trunk/yasm/; revision=54

libyasm/errwarn.c
src/errwarn.c

index cc2fe98aacb6023dbbb17dec1801861899543ddf..97bfc6aa7dbaac5ee86600e72a11294137b63c3e 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: errwarn.c,v 1.8 2001/06/13 05:56:06 mu Exp $
+/* $Id: errwarn.c,v 1.9 2001/06/13 05:58:21 mu Exp $
  * Error and warning reporting and related functions.
  *
  *  Copyright (C) 2001  Peter Johnson
@@ -26,6 +26,7 @@
 #include <ctype.h>
 #include "errwarn.h"
 #include "globals.h"
+#include "util.h"
 
 unsigned int error_count = 0;
 unsigned int warning_count = 0;
index cc2fe98aacb6023dbbb17dec1801861899543ddf..97bfc6aa7dbaac5ee86600e72a11294137b63c3e 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: errwarn.c,v 1.8 2001/06/13 05:56:06 mu Exp $
+/* $Id: errwarn.c,v 1.9 2001/06/13 05:58:21 mu Exp $
  * Error and warning reporting and related functions.
  *
  *  Copyright (C) 2001  Peter Johnson
@@ -26,6 +26,7 @@
 #include <ctype.h>
 #include "errwarn.h"
 #include "globals.h"
+#include "util.h"
 
 unsigned int error_count = 0;
 unsigned int warning_count = 0;