// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#pragma once
+#ifndef BETTER_SOCKET_H
+#define BETTER_SOCKET_H
#include <dhcp/socket_info.h>
}
}
+
+#endif /* BETTER_SOCKET_H */
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#pragma once
+#ifndef PERFDHCP_RECEIVER_H
+#define PERFDHCP_RECEIVER_H
#include <perfdhcp/better_socket.h>
#include <perfdhcp/command_options.h>
}
}
+
+#endif /* PERFDHCP_RECEIVER_H */