fmtdef.h needed for VA_COPY
This commit is contained in:
parent
cdccf023aa
commit
eb7f99c552
2 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
#ifdef PLAN9PORT
|
||||
#include <u.h>
|
||||
#include <libc.h>
|
||||
#include "fmtdef.h"
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#include "plan9.h"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
#ifdef PLAN9PORT
|
||||
#include <u.h>
|
||||
#include <libc.h>
|
||||
#include "fmtdef.h"
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#include "plan9.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue