Merge branch 'fix-cfparse-include-order' of https://github.com/StefanBruens/iverilog

This commit is contained in:
Martin Whitaker 2019-08-01 19:13:31 +01:00
commit b7769dd059
1 changed files with 1 additions and 1 deletions

View File

@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
# include "cfparse.h"
# include "cfparse_misc.h"
# include "cfparse.h"
# include "globals.h"
# include <string.h>