Trivial cleanups in header files.
Print newline before message in signal handler.
This commit is contained in:
parent
7f1a8bb1d7
commit
c71a39d3d2
|
@ -22,11 +22,11 @@
|
|||
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <cerrno>
|
||||
#include <algorithm>
|
||||
|
||||
#include <alsa/asoundlib.h>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include <cstdio>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "SoftFM.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue