Commit 16174b42 authored by malenov's avatar malenov
Browse files

include options.h to prevent warnings

parent 9935e7f3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@
#include <stdio.h> /* stdio is needed for fprintf() */
#endif

#include "options.h"

/* To Prevent "warning: '$' in identifier or number" message under GCC */
#ifdef __GNUC__
#pragma GCC system_header