mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 01:02:42 +02:00
Fix C imports in C++ code
This commit is contained in:
+6
-2
@@ -11,8 +11,12 @@
|
||||
|
||||
#include "bitshuffle.h"
|
||||
#include "bitshuffle_core.h"
|
||||
#include "bitshuffle_internals.h"
|
||||
#include "lz4.h"
|
||||
|
||||
extern "C" {
|
||||
#include "bitshuffle_internals.h"
|
||||
#include "lz4.h"
|
||||
}
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
+4
-1
@@ -10,7 +10,10 @@
|
||||
*/
|
||||
|
||||
#include "bitshuffle_core.h"
|
||||
#include "bitshuffle_internals.h"
|
||||
|
||||
extern "C" {
|
||||
#include "bitshuffle_internals.h"
|
||||
}
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user