Skip to content

Commit

Permalink
linenoise BUGFIX feature macro for compat
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Dec 17, 2024
1 parent 9b99e74 commit 7bd6285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/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 7bd6285

Please # to comment.