* interp.c: Include config.h before system header files.
This commit is contained in:
Hans-Peter Nilsson
2012-05-20 05:34:23 +00:00
parent 29843cc2d2
commit 3550b23619
2 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "config.h"
#include <signal.h>
#include "sysdep.h"
#include <sys/times.h>