diff options
Diffstat (limited to 'lib/libstand/strerror.c')
| -rw-r--r-- | lib/libstand/strerror.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libstand/strerror.c b/lib/libstand/strerror.c index e84a4d4275b3..7c7f579cc2f5 100644 --- a/lib/libstand/strerror.c +++ b/lib/libstand/strerror.c @@ -33,6 +33,9 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "stand.h" static struct |
