]> git.proxmox.com Git - qemu.git/blobdiff - host-utils.h
janitor: add guards to headers
[qemu.git] / host-utils.h
index 821db93671778513a426f8fdca961585a2e6614f..a5f8464fb2baf007b899d5a18682e1263026c716 100644 (file)
@@ -22,6 +22,8 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+#ifndef HOST_UTILS_H
+#define HOST_UTILS_H 1
 
 #include "compiler.h"   /* QEMU_GNUC_PREREQ */
 
@@ -234,3 +236,5 @@ static inline int ctpop64(uint64_t val)
     return val;
 #endif
 }
+
+#endif