Description: Add missing includes to fix FTBFS with glibc 2.26
Author: Juhani Numminen <juhaninumminen0@gmail.com>
Bug-Debian: https://bugs.debian.org/887763
Last-Update: 2018-01-26

--- cctools-4.0.orig/parrot/src/parrot_cp.c
+++ cctools-4.0/parrot/src/parrot_cp.c
@@ -7,6 +7,7 @@ See the file COPYING for details.
 #include "pfs_types.h"
 #include "full_io.h"
 #include "parrot_client.h"
+#include "getopt.h"
 
 #include <stdio.h>
 #include <syscall.h>
--- cctools-4.0.orig/work_queue/src/mpi_queue_worker.c
+++ cctools-4.0/work_queue/src/mpi_queue_worker.c
@@ -14,6 +14,7 @@ See the file COPYING for details.
 #include "itable.h"
 #include "debug.h"
 #include "create_dir.h"
+#include "getopt.h"
 
 #include <stdio.h>
 #include <time.h>
