]> granicus.if.org Git - sudo/commitdiff
fix typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 14 Dec 2001 22:15:56 +0000 (22:15 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 14 Dec 2001 22:15:56 +0000 (22:15 +0000)
snprintf.c

index 62d8f183cc60585c5259a3ea7dd8256446911e88..18b08b034fe6a61331a9513db8f8bbdd3a670e35 100644 (file)
@@ -40,7 +40,7 @@
 
 #include "config.h"
 
-#include <sys/type.h>
+#include <sys/types.h>
 #include <sys/param.h>
 
 #include <stdio.h>