We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76aa37 commit 425f304Copy full SHA for 425f304
include/content-streamer.h
@@ -12,6 +12,8 @@
12
// write such animations to disk. It is also used in util/video-viewer.cc
13
// to write a version to disk that then can be played with the led-image-viewer.
14
15
+#ifndef RPI_CONTENT_STREAMER_H
16
+#define RPI_CONTENT_STREAMER_H
17
#include <stddef.h>
18
#include <stdint.h>
19
#include <stdlib.h>
@@ -131,3 +133,5 @@ class StreamReader {
131
133
char *header_frame_buffer_;
132
134
};
135
}
136
+
137
+#endif
0 commit comments