summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gene Brockus (Dreamer) <55331536+dreamer-coding-555@users.noreply.github.com>2023-09-15 09:54:32 -0600
committerGitHub <noreply@github.com>2023-09-15 09:54:32 -0600
commitcf13244043603803a8fefc84162e8efd06dfc471 (patch)
treea90e823ded5e63eca0bdd7ec667adcff6ba70e24
parent955809048c3a7fbe04481abbfd9d0deeee2b7784 (diff)
downloadThrowTheSwitch-Unity-cf13244043603803a8fefc84162e8efd06dfc471.tar.gz
adding stdio
-rw-r--r--extras/bdd/src/bdd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/bdd/src/bdd.h b/extras/bdd/src/bdd.h
index 35f177d..d91b3f1 100644
--- a/extras/bdd/src/bdd.h
+++ b/extras/bdd/src/bdd.h
@@ -13,6 +13,8 @@ extern "C"
{
#endif
+#include <stdio.h>
+
/**
* @brief Macros for defining a Behavior-Driven Development (BDD) structure with descriptions.
*