Browse Source

Cleanup

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1743 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.69
sletz 17 years ago
parent
commit
46f783518b
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      common/JackFifo.cpp
  2. +1
    -0
      common/JackFifo.h

+ 1
- 0
common/JackFifo.cpp View File

@@ -26,6 +26,7 @@ This program is free software; you can redistribute it and/or modify
#include <fcntl.h>
#include <assert.h>


namespace Jack
{



+ 1
- 0
common/JackFifo.h View File

@@ -20,6 +20,7 @@ This program is free software; you can redistribute it and/or modify
#ifndef __JackFifo__
#define __JackFifo__


#include "JackSynchro.h"
#include <assert.h>
#include <stdio.h>


Loading…
Cancel
Save