mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-20 21:43:27 -07:00
add header include guard
Adds a header include guard to prevent multiple includes in a project
This commit is contained in:
parent
0d3b72c1cc
commit
003e60409f
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef HDHOMERUN_H
|
||||||
|
#define HDHOMERUN_H
|
||||||
#include "hdhomerun_os.h"
|
#include "hdhomerun_os.h"
|
||||||
#include "hdhomerun_types.h"
|
#include "hdhomerun_types.h"
|
||||||
#include "hdhomerun_pkt.h"
|
#include "hdhomerun_pkt.h"
|
||||||
|
@ -30,3 +32,4 @@
|
||||||
#include "hdhomerun_channelscan.h"
|
#include "hdhomerun_channelscan.h"
|
||||||
#include "hdhomerun_device.h"
|
#include "hdhomerun_device.h"
|
||||||
#include "hdhomerun_device_selector.h"
|
#include "hdhomerun_device_selector.h"
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue