From 2ef48c188b852ea7046bcfef20900c0661f838cd Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 1 Feb 2024 23:52:53 +0000 Subject: [PATCH] chore: Use new location for tox_private.h. --- BUILD.bazel | 1 + src/toxic.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 63cd43a52..e884f32ba 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -27,6 +27,7 @@ cc_binary( "-DHAVE_WIDECHAR", "-DPACKAGE_DATADIR='\"data\"'", "-DQRCODE", + "-DTOX_EXPERIMENTAL", ] + select({ "//tools/config:linux-x86_64": [ "-DAUDIO", diff --git a/src/toxic.h b/src/toxic.h index 9c9ad0ebd..e4d55ab62 100644 --- a/src/toxic.h +++ b/src/toxic.h @@ -45,7 +45,7 @@ #include #ifdef TOX_EXPERIMENTAL -#include +#include #endif #include "settings.h"