sics.h should be included before tcl.h

This commit is contained in:
zolliker
2006-03-23 15:27:44 +00:00
parent e6d0911b08
commit c7794e1029
2 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
----------------------------------------------------------------------------*/
#include <stdlib.h>
#include <assert.h>
#include <tcl.h>
#include "fortify.h"
#include "sics.h"
#include <tcl.h>
#include "hardsup/serialsinq.h"
#include "hardsup/el734_def.h"
#include "hardsup/el734fix.h"