Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / math / ordCalc / patches / patch-src_ordinal.h
blob7317ce1a0817f9fa4b6b2e6d1041b16acbb97470
1 $NetBSD$
3 --- src/ordinal.h.orig 2012-12-20 18:37:13.000000000 +0000
4 +++ src/ordinal.h
5 @@ -1,3 +1,5 @@
6 +#ifndef ORDINAL_H
7 +#define ORDINAL_H
8 #include <stdlib.h>
9 #include <iostream>
10 #include <gmpxx.h>
11 @@ -255,7 +257,4 @@ public:
12 extern bool interactiveMode ;
19 +#endif