Skip to content

Commit e51401b

Browse files
authored
in_forward: fix header declaration (copy paste) (#2559)
Use FLB_IN_FW_CONFIG_H instead the MQTT one
1 parent 341d465 commit e51401b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/in_forward/fw_config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
* limitations under the License.
1919
*/
2020

21-
#ifndef FLB_MQTT_CONFIG_H
22-
#define FLB_MQTT_CONFIG_H
21+
#ifndef FLB_IN_FW_CONFIG_H
22+
#define FLB_IN_FW_CONFIG_H
2323

2424
#include "fw.h"
2525

0 commit comments

Comments
 (0)