mirror of
https://github.com/lammertb/libhttp.git
synced 2025-08-17 22:21:06 +03:00
Fix wrong include guard in exe test
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#ifndef TEST_PRIVATE_H_
|
||||
#define TEST_PRIVATE_H_
|
||||
#ifndef TEST_PRIVATE_EXE_H_
|
||||
#define TEST_PRIVATE_EXE_H_
|
||||
|
||||
#include "civetweb_check.h"
|
||||
|
||||
|
Reference in New Issue
Block a user