]> andersk Git - moira.git/commitdiff
ss.h is in /usr/athena/include/ss not /usr/athena/include
authorjweiss <jweiss>
Fri, 15 Apr 1994 14:50:39 +0000 (14:50 +0000)
committerjweiss <jweiss>
Fri, 15 Apr 1994 14:50:39 +0000 (14:50 +0000)
clients/mrtest/mrtest.c
clients/mrtest/tst.c

index 46af58387a07615690d8ca5c2a2b1041becc0cb1..9f00056d9253c03e873a7e615ea1fc9b58b7742c 100644 (file)
@@ -21,7 +21,7 @@ static char *rcsid_test_c = "$Header$";
 #include <ctype.h>
 #include <string.h>
 #include <moira.h>
-#include <ss.h>
+#include <ss/ss.h>
 
 int ss;
 int recursion = 0;
index ab20a738f90eb5c422067bd520c4f1735ed48e54..2f85d2fd2faeaef0980bbfc49af3528a9e7a2af9 100644 (file)
@@ -16,7 +16,7 @@
 #include <ctype.h>
 #include <string.h>
 #include <moira.h>
-#include <ss.h>
+#include <ss/ss.h>
 #include "mr_err_array.h"
 
 extern ss_execute_line();
This page took 0.042171 seconds and 5 git commands to generate.