diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-22 20:47:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-22 20:47:49 +0000 |
commit | 57f10117e858feb9e7be9d290f09aaa75fa21746 (patch) | |
tree | 34f21d247c7236fc102f742a62088c4cd812d839 /sys | |
parent | fbc705e1b7fca68a81827a2f83fb1ebd300905ae (diff) |
stdlib.h
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/microcode/kue/build.c | 3 | ||||
-rw-r--r-- | sys/dev/microcode/tigon/build.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/microcode/kue/build.c b/sys/dev/microcode/kue/build.c index d25a925d29c..2b101b5b427 100644 --- a/sys/dev/microcode/kue/build.c +++ b/sys/dev/microcode/kue/build.c @@ -1,4 +1,4 @@ -/* $OpenBSD: build.c,v 1.1 2004/11/22 18:49:05 deraadt Exp $ */ +/* $OpenBSD: build.c,v 1.2 2004/11/22 20:47:48 deraadt Exp $ */ /* * Copyright (c) 2004 Theo de Raadt <deraadt@openbsd.org> @@ -18,6 +18,7 @@ #include <sys/types.h> #include <dev/usb/if_kuevar.h> #include <fcntl.h> +#include <stdlib.h> #include "kue_fw.h" diff --git a/sys/dev/microcode/tigon/build.c b/sys/dev/microcode/tigon/build.c index d7082b6975b..527ea3df31d 100644 --- a/sys/dev/microcode/tigon/build.c +++ b/sys/dev/microcode/tigon/build.c @@ -1,4 +1,4 @@ -/* $OpenBSD: build.c,v 1.1 2004/11/22 04:14:18 deraadt Exp $ */ +/* $OpenBSD: build.c,v 1.2 2004/11/22 20:47:48 deraadt Exp $ */ /* * Copyright (c) 2004 Theo de Raadt <deraadt@openbsd.org> @@ -18,6 +18,7 @@ #include <sys/types.h> #include <dev/pci/if_tivar.h> #include <fcntl.h> +#include <stdlib.h> #include "ti_fw.h" #include "ti_fw2.h" |