diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-11 06:23:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-11 06:23:10 +0000 |
commit | 16824dd3bbb4d43b141d300c76afbdd0c30fa7b9 (patch) | |
tree | 08f2b84878ea46e749b47e3b2953507245ad5384 /sys/lib/libsa/strtol.c | |
parent | 678b21869f24e6ddc3a341fad1a87c353c5464ca (diff) |
ansification and knf and protos
Diffstat (limited to 'sys/lib/libsa/strtol.c')
-rw-r--r-- | sys/lib/libsa/strtol.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libsa/strtol.c b/sys/lib/libsa/strtol.c index a7d786a628e..9924fe04499 100644 --- a/sys/lib/libsa/strtol.c +++ b/sys/lib/libsa/strtol.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strtol.c,v 1.5 2003/07/05 17:03:07 deraadt Exp $ */ +/* $OpenBSD: strtol.c,v 1.6 2003/08/11 06:23:09 deraadt Exp $ */ /* Modified strtol() from stdlib */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -30,6 +30,7 @@ */ #include <sys/param.h> +#include "stand.h" /* * Convert a string to a long integer. |