diff --git a/src/tuxedo_io/tongfang_wmi.h b/src/tuxedo_io/tongfang_wmi.h
index 05c9c93..fe3bd97 100644
--- a/src/tuxedo_io/tongfang_wmi.h
+++ b/src/tuxedo_io/tongfang_wmi.h
@@ -16,7 +16,8 @@
* You should have received a copy of the GNU General Public License
* along with this software. If not, see .
*/
-#pragma once
+#ifndef TONGFANG_WMI_H
+#define TONGFANG_WMI_H
#include
#include
@@ -348,3 +349,5 @@ static u32 uw_set_fan(u32 fan_index, u8 fan_speed)
return 0;
}
+
+#endif