Skip to content

Commit

Permalink
linenoise BUGFIX avoid header macro issues
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Dec 16, 2024
1 parent 2141fe0 commit ffd1823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/lint/linenoise/utf8.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#define _GNU_SOURCE /* required for compat.h before including any other headers */

#include <unistd.h>
#include <stdio.h>

Expand Down

0 comments on commit ffd1823

Please sign in to comment.