summaryrefslogtreecommitdiff
path: root/main/lzo/include/lzo/lzo2a.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/lzo/include/lzo/lzo2a.h')
-rw-r--r--main/lzo/include/lzo/lzo2a.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lzo/include/lzo/lzo2a.h b/main/lzo/include/lzo/lzo2a.h
index 1c9ef2e9..ded7f9eb 100644
--- a/main/lzo/include/lzo/lzo2a.h
+++ b/main/lzo/include/lzo/lzo2a.h
@@ -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-2015 Markus Franz Xaver Johannes Oberhumer
All Rights Reserved.
The LZO library is free software; you can redistribute it and/or
@@ -30,7 +30,7 @@
#define __LZO2A_H_INCLUDED 1
#ifndef __LZOCONF_H_INCLUDED
-#include "lzoconf.h"
+#include <lzo/lzoconf.h>
#endif
#ifdef __cplusplus
@@ -77,4 +77,4 @@ lzo2a_999_compress ( const lzo_bytep src, lzo_uint src_len,
#endif /* already included */
-/* vim:set ts=4 et: */
+/* vim:set ts=4 sw=4 et: */