Skip to content

Commit

Permalink
Fixed missing include for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Aug 2, 2014
1 parent bc7aedb commit 8846831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vhdlparser/vhdlstring.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define VHDLSTRING_H

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

/** @brief Minimal string class with std::string like behaviour that fulfills the JavaCC
Expand Down

0 comments on commit 8846831

Please sign in to comment.