Skip to content

Commit

Permalink
Add an include for usleep.
Browse files Browse the repository at this point in the history
This sort of breaks my rule about no new non-portable code, but unistd.h is
still sort of required elsewhere, as well.
  • Loading branch information
kelvie committed Oct 19, 2009
1 parent 5200ab7 commit 7b8c3e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bnpview.cpp
Expand Up @@ -87,6 +87,7 @@
#include "backup.h"
#include "notefactory.h"
#include "notecontent.h"
#include "unistd.h" // usleep


#include "bnpviewadaptor.h"
Expand Down

0 comments on commit 7b8c3e4

Please sign in to comment.