Changeset 352

Show
Ignore:
Timestamp:
03/27/08 16:54:02 (8 months ago)
Author:
powell
Message:

New #include to avoid warnings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/geomview.c

    r332 r352  
    66 
    77 
    8 #include "ternary.h" 
    9 #include <unistd.h> 
     8#include "ternary.h" /*+ Ternary prototypes, typedefs, etc. +*/ 
     9#include <unistd.h>  /*+ For execlp() +*/ 
     10#include <stdio.h>   /*+ For FILE, fdopen(), etc. +*/ 
    1011 
    1112