-/* $OpenBSD: sh.h,v 1.43 2015/10/19 14:42:16 mmcc Exp $ */
+/* $OpenBSD: sh.h,v 1.44 2015/10/19 14:43:46 mmcc Exp $ */
/*
* Public Domain Bourne/Korn shell
#include <sys/types.h>
#include <setjmp.h>
#include <stdbool.h>
-#include <stddef.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdarg.h>
-/* $OpenBSD: table.c,v 1.21 2015/10/19 14:42:16 mmcc Exp $ */
+/* $OpenBSD: table.c,v 1.22 2015/10/19 14:43:46 mmcc Exp $ */
/*
* dynamic hashed associative table for commands and variables
*/
#include <limits.h>
+#include <stddef.h>
#include <string.h>
#include "sh.h"