diff --git a/cvrpsep/fcapfix.h b/cvrpsep/fcapfix.h
new file mode 100644
index 0000000000000000000000000000000000000000..7f5892aadf3b73f89cb002e07068e9a94e9982c0
--- /dev/null
+++ b/cvrpsep/fcapfix.h
@@ -0,0 +1,19 @@
+/* (C) Copyright 2003 Jens Lysgaard. All rights reserved. */
+/* OSI Certified Open Source Software */
+/* This software is licensed under the Common Public License Version 1.0 */
+
+#ifndef _H_FCAPFIX
+#define _H_FCAPFIX
+
+void FCAPFIX_ComputeCuts(ReachPtr SupportPtr,
+                         int NoOfCustomers,
+                         int *Demand, int CAP,
+                         int *SuperNodeSize,
+                         double **XMatrix,
+                         int MaxCuts,
+                         int MaxRounds,
+                         int *NoOfGeneratedCuts,
+                         ReachPtr ResultRPtr);
+
+#endif
+