mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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…
Reference in a new issue