Improve doc of opj_codec_set_threads()
[openjpeg.git] / src / lib / openjp2 / opj_inttypes.h
index f94f648b085fea3538b6e717b96b9b31a4d84107..2c9749a178baf3c869e5d0516e946c93a3148873 100644 (file)
@@ -1,4 +1,9 @@
 /*
+ * The copyright in this software is being made available under the 2-clauses
+ * BSD License, included below. This software may be subject to other third
+ * party and contributor rights, including patent rights, and no such rights
+ * are granted under this license.
+ *
  * Copyright (c) 2012, Mathieu Malaterre <mathieu.malaterre@gmail.com>
  * All rights reserved.
  *
@@ -26,7 +31,7 @@
 #ifndef OPJ_INTTYPES_H
 #define OPJ_INTTYPES_H
 
-#include "opj_config.h"
+#include "opj_config_private.h"
 #ifdef OPJ_HAVE_INTTYPES_H
 #include <inttypes.h>
 #else