fmtdef.h needed for VA_COPY

This commit is contained in:
rsc 2004-12-27 00:11:32 +00:00
parent cdccf023aa
commit eb7f99c552
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@
#ifdef PLAN9PORT
#include <u.h>
#include <libc.h>
#include "fmtdef.h"
#else
#include <stdlib.h>
#include "plan9.h"

View file

@ -19,6 +19,7 @@
#ifdef PLAN9PORT
#include <u.h>
#include <libc.h>
#include "fmtdef.h"
#else
#include <stdlib.h>
#include "plan9.h"