Skip to content

Commit 0c987f8

Browse files
authored
replace ifdef from LAKKA to HAVE_LAKKA in command.h (#18638)
1 parent 7591294 commit 0c987f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ bool command_network_send(const char *cmd_);
351351
#ifdef HAVE_STDIN_CMD
352352
command_t* command_stdin_new(void);
353353
#endif
354-
#ifdef LAKKA
354+
#ifdef HAVE_LAKKA
355355
command_t* command_uds_new(void);
356356
#endif
357357
#ifdef EMSCRIPTEN

0 commit comments

Comments
 (0)