diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2015-10-01 07:47:44 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2015-10-01 07:47:44 +0000 |
commit | ff14d03521a89636be959e65a21374951fe699ba (patch) | |
tree | f50c4271d12b6939db067758ade30df93a038a91 /lib/export/samples/sample.c | |
parent | b04f5d3d3ff49c604e768add0cf35600b9eee074 (diff) |
Notes
Diffstat (limited to 'lib/export/samples/sample.c')
-rw-r--r-- | lib/export/samples/sample.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/export/samples/sample.c b/lib/export/samples/sample.c index 7de9a8f1e9da..3062d8bef62f 100644 --- a/lib/export/samples/sample.c +++ b/lib/export/samples/sample.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2012-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2012-2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -35,6 +35,7 @@ #include <isc/buffer.h> #include <isc/lib.h> #include <isc/mem.h> +#include <isc/print.h> #include <isc/sockaddr.h> #include <isc/util.h> |