Skip to content

Commit 425f304

Browse files
committed
add guard
1 parent d76aa37 commit 425f304

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/content-streamer.h

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// write such animations to disk. It is also used in util/video-viewer.cc
1313
// to write a version to disk that then can be played with the led-image-viewer.
1414

15+
#ifndef RPI_CONTENT_STREAMER_H
16+
#define RPI_CONTENT_STREAMER_H
1517
#include <stddef.h>
1618
#include <stdint.h>
1719
#include <stdlib.h>
@@ -131,3 +133,5 @@ class StreamReader {
131133
char *header_frame_buffer_;
132134
};
133135
}
136+
137+
#endif

0 commit comments

Comments
 (0)