Skip to content

Commit

Permalink
remove extern "C" when importing gpod/itdb.h
Browse files Browse the repository at this point in the history
It seems it is no longer needed. Newer versions of gcc fail with this
include.
  • Loading branch information
keegancsmith committed Jan 10, 2022
1 parent e4ee5f7 commit ff70432
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fusepod_ipod.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
#ifndef _FUSEPOD_IPOD_H_
#define _FUSEPOD_IPOD_H_

extern "C" {
#include <gpod/itdb.h>
}

#include <string>
#include <cstring>
Expand Down

0 comments on commit ff70432

Please sign in to comment.