Skip to content

Commit

Permalink
Added missing header declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison authored and takase1121 committed Aug 15, 2023
1 parent 1ef71ef commit a8e184d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/lite_xl_plugin_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Go figure.

#include <stdarg.h>
#include <stdio.h> // for BUFSIZ? this is kinda weird
#include <stdlib.h>

#define SYMBOL_WRAP_DECL(ret, name, ...) \
ret name(__VA_ARGS__)
Expand Down

0 comments on commit a8e184d

Please sign in to comment.