summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/cvrin.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2008-07-02 08:01:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2008-07-02 08:01:00 -0700
commit303baf27cf34c2a57db97c4c567fd744241fa14b (patch)
treed6235cca48e7bdfe5884e517058c7791e66bb806 /src/misc/espresso/cvrin.c
parentfa67e3c19e27c011517b91182eb3929412aaf402 (diff)
downloadabc-303baf27cf34c2a57db97c4c567fd744241fa14b.tar.gz
abc-303baf27cf34c2a57db97c4c567fd744241fa14b.tar.bz2
abc-303baf27cf34c2a57db97c4c567fd744241fa14b.zip
Version abc80702
Diffstat (limited to 'src/misc/espresso/cvrin.c')
-rw-r--r--src/misc/espresso/cvrin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/misc/espresso/cvrin.c b/src/misc/espresso/cvrin.c
index 7790b38b..d33db46a 100644
--- a/src/misc/espresso/cvrin.c
+++ b/src/misc/espresso/cvrin.c
@@ -12,6 +12,7 @@
purpose: cube and cover input routines
*/
+#include <ctype.h>
#include "espresso.h"
static bool line_length_error;
@@ -658,7 +659,7 @@ pPLA new_PLA()
}
-PLA_labels(PLA)
+void PLA_labels(PLA)
pPLA PLA;
{
int i;