Browse Source

add missing errno include

pull/796/head
Huseyin Dikme 7 years ago
parent
commit
a4af447208
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      include/dtmf.h

+ 1
- 0
include/dtmf.h View File

@ -3,6 +3,7 @@
#include <inttypes.h>
#include <glib.h>
#include <errno.h>
#include "str.h"


Loading…
Cancel
Save