rfspace: add missing header for basename()

This commit is contained in:
Dimitri Stolnikov 2013-12-27 22:45:32 +01:00
parent 7b1c5dc8a0
commit 3f281d9705
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include <termios.h>
#include <sys/stat.h>
#include <dirent.h>
#include <libgen.h> /* basename */
#include <algorithm>
#include <iostream>