Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 583fc12c authored by Doug Zongker's avatar Doug Zongker
Browse files

add missing includes to fix mac build (maybe)

Change-Id: Id2712940c4929f3a8b3ba5d4e9e03bb8034747ee
parent 512536a5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
#ifndef _EXPRESSION_H
#define _EXPRESSION_H

#include <unistd.h>

#include "yydefs.h"

#define MAX_STRING_LEN 1024
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@
 * limitations under the License.
 */

#include <string.h>

#include "expr.h"
#include "yydefs.h"
#include "parser.h"