comparison main.c @ 140:904f7a9827e3

add missing stdarg.h.
author David A. Holland
date Wed, 10 Jul 2013 02:03:26 -0400
parents 0816803b22d1
children 63414cddf09c
comparison
equal deleted inserted replaced
139:6eaaa9c4e87f 140:904f7a9827e3
27 * POSSIBILITY OF SUCH DAMAGE. 27 * POSSIBILITY OF SUCH DAMAGE.
28 */ 28 */
29 29
30 #include <stdbool.h> 30 #include <stdbool.h>
31 #include <stdio.h> 31 #include <stdio.h>
32 #include <stdarg.h>
32 #include <stdlib.h> 33 #include <stdlib.h>
33 #include <string.h> 34 #include <string.h>
34 #include <errno.h> 35 #include <errno.h>
35 #include <err.h> 36 #include <err.h>
36 37