Include errno.h to define errno.

svn path=/trunk/yasm/; revision=538
0.3
Peter Johnson 23 years ago
parent e7278945e9
commit fc47434c16
  1. 2
      modules/preprocs/yapp/yapp-token.l
  2. 2
      src/preprocs/yapp/yapp-token.l

@ -23,6 +23,8 @@
#include "util.h"
/*@unused@*/ RCSID("$IdPath$");
#include <errno.h>
#include "errwarn.h"
#include "src/preprocs/yapp/yapp-preproc.h"

@ -23,6 +23,8 @@
#include "util.h"
/*@unused@*/ RCSID("$IdPath$");
#include <errno.h>
#include "errwarn.h"
#include "src/preprocs/yapp/yapp-preproc.h"

Loading…
Cancel
Save