diff options
Diffstat (limited to 'tests/chksum.c')
-rw-r--r-- | tests/chksum.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/chksum.c b/tests/chksum.c index c22afba..fc492da 100644 --- a/tests/chksum.c +++ b/tests/chksum.c @@ -2,7 +2,7 @@ This file is part of the LZO real-time data compression library. - Copyright (C) 1996-2014 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. The LZO library is free software; you can redistribute it and/or @@ -26,7 +26,7 @@ */ -#include "lzo/lzoconf.h" +#include <lzo/lzoconf.h> /* utility layer */ #define WANT_LZO_MALLOC 1 |