Skip to content

Commit

Permalink
Tried to fix man related errors
Browse files Browse the repository at this point in the history
  • Loading branch information
namanjain-iitr committed Apr 29, 2021
1 parent f0115b0 commit d97e4c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <string.h>
#include <iostream>

#include <sys/wait.h>
#include <../include/color.hpp>

using namespace std;
Expand All @@ -12,6 +13,7 @@ void print_git_branch();

void print_input_format()
{
wait(NULL);
cout << flush;

char hostname[50];
Expand Down

0 comments on commit d97e4c1

Please sign in to comment.