rfspace: add missing header for basename()

This commit is contained in:
Dimitri Stolnikov 2013-12-27 22:45:32 +01:00
parent 2287f08bad
commit 18e11438a0
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>