eurogiciel-oss / connman-json-client

A ncurses UI for connman
GNU General Public License v2.0
31 stars 13 forks source link

error 'FALSE' undeclared #23

Open CJPczk opened 2 years ago

CJPczk commented 2 years ago

Running: ./run-me.sh results in: error 'FALSE' undeclared (first use in this function)

Fixed by editing the file: json_utils.c

and adding:

define TRUE 1

define FALSE 0