Another typo fix

This commit is contained in:
unknown 2017-07-24 18:47:05 -04:00 committed by Jack Humbert
parent ea1fd96c84
commit 6d15f5a5b7
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef SUBPROJECT_v2
#include "../../v2/config.h"
#endif
#ifdef SUBPROJECT_ProtoSplit
#ifdef SUBPROJECT_protosplit
#include "../../protosplit/config.h"
#endif