aboutsummaryrefslogtreecommitdiff
path: root/echo.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--echo.c (renamed from core/echo.c)8
1 files changed, 6 insertions, 2 deletions
diff --git a/core/echo.c b/echo.c
index 5470f8a..41bc508 100644
--- a/core/echo.c
+++ b/echo.c
@@ -7,9 +7,13 @@
#include <errno.h>
#define REQ_ERRPRINT
-#include "../common/common.h"
+#include "common.h"
-int main(int argc, char *const argv[]) {
+#ifdef FASESBOX
+int echo_main(int argc, char *argv[]) {
+#else
+int main(int argc, char *argv[]) {
+#endif
int i = 1;
for (i = 1; i != argc; i++) {