diff --git a/src/partition_allocator/partition_allocator.h b/src/partition_allocator/partition_allocator.h
index df7ea6be2678f0d84b5fee95a4eb794c840e7844..51dda8923e33f2d69d6e0b5f1df33aa4c5ee3ca4 100644
--- a/src/partition_allocator/partition_allocator.h
+++ b/src/partition_allocator/partition_allocator.h
@@ -29,7 +29,7 @@
 /* This must be included first for AIX systems */
 #include "src/common/macros.h"
 
-//#include <curses.h>
+#include <curses.h>
 #include "src/common/read_config.h"
 #include "src/common/parse_spec.h"
 #include "src/slurmctld/proc_req.h"
@@ -156,8 +156,8 @@ typedef struct {
 	int num_of_proc;
 	int resize_screen;
 
-	//WINDOW *grid_win;
-	//WINDOW *text_win;
+	WINDOW *grid_win;
+	WINDOW *text_win;
 
 	time_t now_time;